BASE: Fix missing newline in command line output

This commit is contained in:
Lothar Serra Mari 2020-06-06 13:00:26 +02:00
parent aaaffa96d4
commit aca3975843

View file

@ -97,7 +97,7 @@ static const char HELP_STRING[] =
" -g, --gfx-mode=MODE Select graphics scaler (1x,2x,3x,2xsai,super2xsai,\n"
" supereagle,advmame2x,advmame3x,hq2x,hq3x,tv2x,\n"
" dotmatrix)\n"
" --stretch-mode=MODE Select stretch mode (center, integral, fit, stretch)"
" --stretch-mode=MODE Select stretch mode (center, integral, fit, stretch)\n"
" --filtering Force filtered graphics mode\n"
" --no-filtering Force unfiltered graphics mode\n"
" --gui-theme=THEME Select GUI theme\n"