This commit is contained in:
Julien Danjou 2008-01-21 15:55:56 +01:00
parent db3931c549
commit b54c405c17
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ xerror(Display * edpy, XErrorEvent * ee)
static void __attribute__ ((noreturn))
exit_help(int exit_code)
{
FILE *outfile = (exit_code == EXIT_SUCCESS)?stdout:stderr;
FILE *outfile = (exit_code == EXIT_SUCCESS) ? stdout : stderr;
fprintf(outfile, "Usage: awesome [-v | -h | -c configfile]\n");
exit(exit_code);
}