mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Compilation fixes for forthcoming GCC 3.0
This commit is contained in:
parent
f5534c46ed
commit
7f33541268
4 changed files with 17 additions and 17 deletions
|
|
@ -934,11 +934,10 @@ static int server(const char *sockname, int port)
|
|||
|
||||
static void usage(void)
|
||||
{
|
||||
fprintf(stderr, "\
|
||||
Usage: %s [OPTIONS] server
|
||||
|
||||
--help help
|
||||
", command);
|
||||
fprintf(stderr,
|
||||
"Usage: %s [OPTIONS] server\n"
|
||||
"--help help\n",
|
||||
command);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue