diff options
Diffstat (limited to 'sysklogd/logger.c')
-rw-r--r-- | sysklogd/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index d7ae023..aab95b9 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c @@ -161,7 +161,7 @@ extern int logger_main(int argc, char **argv) message=buf; } else { if (argc>=1) { - message=*argv; + message = *argv; } else { fprintf(stderr, "No message\n"); exit( FALSE); |