summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skdump.c b/skdump.c
index eb8ad47..aeec716 100644
--- a/skdump.c
+++ b/skdump.c
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
SkDisk *d;
if (argc != 2) {
- g_printerr("%s [DEVICE]", argv[0]);
+ g_printerr("%s [DEVICE]\n", argv[0]);
return 1;
}