[master] a8cf85f fix layer 8 brace overflow error

Nils Goroll nils.goroll at uplex.de
Fri May 18 12:49:07 UTC 2018


commit a8cf85f71802909523b2c958cf7b6c9658559bbb
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri May 18 14:48:35 2018 +0200

    fix layer 8 brace overflow error

diff --git a/bin/varnishd/cache/cache_panic.c b/bin/varnishd/cache/cache_panic.c
index 1dc3d1f..0666c89 100644
--- a/bin/varnishd/cache/cache_panic.c
+++ b/bin/varnishd/cache/cache_panic.c
@@ -387,7 +387,7 @@ pan_vfp(struct vsb *vsb, const struct vfp_ctx *vfc)
 	VSB_printf(vsb, "obj_flags = 0x%x,\n", vfc->obj_flags);
 	VSB_indent(vsb, -2);
 	VSB_printf(vsb, "},\n");
-};
+}
 
 
 static void


More information about the varnish-commit mailing list