Add missing newline in perf usage

This commit is contained in:
Jeffrey Pfau 2014-08-28 05:11:16 -07:00
parent 433f0ba360
commit ca3e1c428e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define PERF_OPTIONS "NS:"
#define PERF_USAGE \
"\nBenchmark options:\n" \
" -N Disable video rendering entirely" \
" -N Disable video rendering entirely\n" \
" -S SEC Run for SEC in-game seconds before exiting"
struct PerfOpts {