From 402d74013765509c687609f42960071a8fda0ff5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 17 Apr 2015 00:29:58 +0100 Subject: fix missing comma in beos operations table --- beos/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/gui.cpp') 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 */ -- cgit v1.2.3