--- SIDPlayer/src/main_sdl.cpp 2001/01/16 16:53:26 1.5 +++ SIDPlayer/src/main_sdl.cpp 2001/01/21 18:42:24 1.7 @@ -1,7 +1,7 @@ /* * main_sdl.cpp - SIDPlayer SDL main program * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ static void usage(const char *prg_name) { - printf("Usage: %s [OPTION...] FILE [song_number]]\n", prg_name); + printf("Usage: %s [OPTION...] FILE [song_number]\n", prg_name); PrefsPrintUsage(); exit(0); }