summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-17 00:29:58 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-17 00:29:58 +0100
commit402d74013765509c687609f42960071a8fda0ff5 (patch)
tree0dde5bec8624e7f568bb040d8b8e64ac01e156e3 /beos/gui.cpp
parente36907c5e11cbbe39d45dead0c9763d86f08185e (diff)
downloadnetsurf-402d74013765509c687609f42960071a8fda0ff5.tar.gz
netsurf-402d74013765509c687609f42960071a8fda0ff5.tar.bz2
fix missing comma in beos operations table
Diffstat (limited to 'beos/gui.cpp')
-rw-r--r--beos/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index e479cc205..7c5d9e039 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -1061,7 +1061,7 @@ int gui_init_replicant(int argc, char** argv)
beos_window_table,
beos_download_table,
&beos_clipboard_table,
- &beos_fetch_table
+ &beos_fetch_table,
NULL, /* use POSIX file */
NULL, /* default utf8 */
NULL, /* default search */