Add missing newline in perf usage
Jeffrey Pfau jeffrey@endrift.com
Thu, 28 Aug 2014 05:11:16 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/perf-main.c
→
src/platform/perf-main.c
@@ -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 {