preprocessor: fix spacing in message

issue#70
Houtan Bastani 2017-08-25 12:07:55 +02:00
parent f0352541d5
commit d83694f1d8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ usage()
#if defined(_WIN32) || defined(__CYGWIN32__) || defined(__MINGW32__)
<< " [cygwin] [msvc] [mingw]"
#endif
<< "[json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple]"
<< " [json=parse|check|transform|compute] [jsonstdout] [onlyjson] [jsonderivsimple]"
<< endl;
exit(EXIT_FAILURE);
}