From ab4afdbeaafd8e7bf39a61cf3b4e8f4dedc1651f Mon Sep 17 00:00:00 2001 From: Unbit Date: Sat, 9 Nov 2013 06:39:29 +0100 Subject: [PATCH] fixed template plugin --- plugins/transformation_template/tt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/transformation_template/tt.c b/plugins/transformation_template/tt.c index 6939ebb8..655a9676 100644 --- a/plugins/transformation_template/tt.c +++ b/plugins/transformation_template/tt.c @@ -38,5 +38,5 @@ struct uwsgi_plugin transformation_template_plugin = { #else struct uwsgi_plugin transformation_template_plugin = { .name = "transformation_template", -} +}; #endif