Fix typo in new error reporting during arg parsing.

This commit is contained in:
Bastien Montagne 2015-11-06 18:54:52 +01:00
parent 3d39b98f94
commit e77e018d48

@ -1297,7 +1297,7 @@ static int set_end_frame(int argc, const char **argv, void *data)
} }
} }
else { else {
printf("\nError: no blend loaded. cannot use '%d'.\n", arg_id); printf("\nError: no blend loaded. cannot use '%s'.\n", arg_id);
return 0; return 0;
} }
} }