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