aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 86c3cf3..39fe147 100644
--- a/main.c
+++ b/main.c
@@ -16,7 +16,7 @@ int main(int argc, char *argv[]) {
log_init(LOGLEVEL, stdout);
if (argc != 2) {
- ERROR("Usage: %s <file>", argv[0]);
+ ERROR("Usage: %s <file>\n", argv[0]);
return 1;
}