summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-07 16:47:44 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-07 16:47:44 +0100
commitb9bade808f65629f858d0a0c977ddcefcea18fbb (patch)
tree402954f55cb1918daaf891c0e78de355e27c0221
parent6349704b5e7c48caa8cae4cfa612ce12b6446aae (diff)
downloadnetsurf-b9bade808f65629f858d0a0c977ddcefcea18fbb.tar.gz
netsurf-b9bade808f65629f858d0a0c977ddcefcea18fbb.tar.bz2
missing comma
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
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);
}