[4.0] 0ade45c Long line fix
Martin Blix Grydeland
martin at varnish-software.com
Thu Mar 13 10:24:23 CET 2014
commit 0ade45c1838eef6653c8771c422d63621991ded4
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date: Thu Jan 30 13:38:50 2014 +0100
Long line fix
diff --git a/bin/varnishtop/varnishtop.c b/bin/varnishtop/varnishtop.c
index 4a6038e..3e94445 100644
--- a/bin/varnishtop/varnishtop.c
+++ b/bin/varnishtop/varnishtop.c
@@ -337,7 +337,7 @@ main(int argc, char **argv)
period = strtol(optarg, NULL, 0);
if (errno != 0) {
fprintf(stderr,
- "Syntax error, %s is not a number", optarg);
+ "Syntax error, %s is not a number", optarg);
exit(1);
}
break;
More information about the varnish-commit
mailing list