From: phk Date: Tue, 8 Apr 2008 15:33:30 +0000 (+0000) Subject: Remove trailing blank from error message X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8a95a68d0ba97e2ddeb92994d06b34c66fe190;p=varnish Remove trailing blank from error message git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2628 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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); } }