SDL_test does not parse --samples argument

main
Anonymous Maarten 2023-08-09 19:06:37 +02:00 committed by Anonymous Maarten
parent 91cd5478be
commit 8e898c4a21
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static const char *video_usage[] = {
/* !!! FIXME: Float32? Sint32? */
static const char *audio_usage[] = {
"[--audio driver]", "[--rate N]", "[--format U8|S8|S16|S16LE|S16BE]",
"[--channels N]", "[--samples N]"
"[--channels N]"
};
static void SDL_snprintfcat(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL_PRINTF_FORMAT_STRING const char *fmt, ...)