[master] 62753c4 Remove useless semi-colon
Guillaume Quintard
guillaume at varnish-software.com
Thu Sep 8 12:22:12 CEST 2016
commit 62753c4c62a84dc896ad750e0f76e0f9bbeb8148
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date: Thu Sep 8 12:15:43 2016 +0200
Remove useless semi-colon
diff --git a/bin/varnishtest/vtc_http2.c b/bin/varnishtest/vtc_http2.c
index 0ffaf7f..64d4271 100644
--- a/bin/varnishtest/vtc_http2.c
+++ b/bin/varnishtest/vtc_http2.c
@@ -860,7 +860,7 @@ do { \
} \
snprintf(buf, 20, "%.0f", f->md.settings[idx]); \
return (buf); \
-} while (0);
+} while (0)
#define RETURN_BUFFED(val) \
do { \
More information about the varnish-commit
mailing list