From b9bade808f65629f858d0a0c977ddcefcea18fbb Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 7 May 2014 16:47:44 +0100 Subject: missing comma --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 8e56c483e..5055f93f0 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -491,7 +491,7 @@ bool ami_locate_resource(char *fullpath, const char *file) { ami_gui_map_filename(&remapped, "PROGDIR:Resources", locale->loc_PrefLanguages[i], "LangNames"); - amiga_mkpath(&fullpath, &fullpath_len, 2 fullpath, remapped); + amiga_mkpath(&fullpath, &fullpath_len, 2, fullpath, remapped); found = ami_gui_check_resource(fullpath, file); } -- cgit v1.2.3