From 9b8a95a68d0ba97e2ddeb92994d06b34c66fe190 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 8 Apr 2008 15:33:30 +0000 Subject: [PATCH] Remove trailing blank from error message git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2628 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/storage_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/storage_file.c b/varnish-cache/bin/varnishd/storage_file.c index 8c66313c..b93c8425 100644 --- a/varnish-cache/bin/varnishd/storage_file.c +++ b/varnish-cache/bin/varnishd/storage_file.c @@ -174,7 +174,7 @@ smf_calcsize(struct smf_sc *sc, const char *size, int newfile) if (q != NULL) { fprintf(stderr, - "Error: (-sfile) size \"%s\": %s \n", size, q); + "Error: (-sfile) size \"%s\": %s\n", size, q); exit (2); } } -- 2.39.5