fix command-line issue generating core dump on OSX

This commit is contained in:
roel@libnfc.org 2011-09-05 13:04:11 +00:00
parent 245e844e80
commit e6b8c965bb

View file

@ -52,7 +52,7 @@ void PrintAndLog(char *fmt, ...)
va_start(argptr, fmt);
va_copy(argptr2, argptr);
vprintf(fmt, argptr);
vprintf(" ", 0); // cleaning prompt
printf(" "); // cleaning prompt
va_end(argptr);
printf("\n");