1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix misplaced characters

This commit is contained in:
X7123M3-256
2017-01-14 13:03:05 +00:00
committed by Ted John
parent f12889c625
commit 96856028bb

View File

@@ -744,7 +744,7 @@ sint32 cmdline_for_sprite(const char **argv, sint32 argc)
if (!sprite_file_open(spriteFilePath)) {
fprintf(stderr, "Unable to open sprite file: %s\nCanceling\n", spriteFilePath);
./ json_decref(sprite_list);
json_decref(sprite_list);
return -1;
}