diff options
| author | Jim Meyering <jim@meyering.net> | 2003-03-07 23:22:14 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2003-03-07 23:22:14 +0000 |
| commit | a98f67970ef4e18e5ae8bc8d3e48d370149e8fbb (patch) | |
| tree | 71de01af13becf86885d567c73623d50d913f766 /src/expr.c | |
| parent | (output_one_tex_line, output_one_dumb_line): (diff) | |
| download | coreutils-a98f67970ef4e18e5ae8bc8d3e48d370149e8fbb.tar.gz coreutils-a98f67970ef4e18e5ae8bc8d3e48d370149e8fbb.zip | |
(usage): Use putchar, not fputs, to output a single character.
Diffstat (limited to 'src/expr.c')
| -rw-r--r-- | src/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c index a5781373b..3a8dbdc0a 100644 --- a/src/expr.c +++ b/src/expr.c @@ -92,7 +92,7 @@ Usage: %s EXPRESSION\n\ or: %s OPTION\n\ "), program_name, program_name); - fputs ("\n", stdout); + putchar ('\n'); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (_("\ |
