missing comma

This commit is contained in:
Vincent Sanders 2014-05-07 16:47:44 +01:00
parent 6349704b5e
commit b9bade808f

View File

@ -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);
}