1 |
|
/* |
2 |
|
* main_sdl.cpp - SIDPlayer SDL main program |
3 |
|
* |
4 |
< |
* SIDPlayer (C) Copyright 1996-2000 Christian Bauer |
4 |
> |
* SIDPlayer (C) Copyright 1996-2001 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
35 |
|
|
36 |
|
static void usage(const char *prg_name) |
37 |
|
{ |
38 |
< |
printf("Usage: %s [OPTION...] FILE [song_number]]\n", prg_name); |
38 |
> |
printf("Usage: %s [OPTION...] FILE [song_number]\n", prg_name); |
39 |
|
PrefsPrintUsage(); |
40 |
|
exit(0); |
41 |
|
} |