Compilation fixes for forthcoming GCC 3.0

This commit is contained in:
Abramo Bagnara 2001-05-29 20:17:56 +00:00
parent f5534c46ed
commit 7f33541268
4 changed files with 17 additions and 17 deletions

View file

@ -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)