]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Setup/Standard.pm
Allow wrappers to be built using tcc.
[ikiwiki.git] / IkiWiki / Setup / Standard.pm
index 71abb1cfb87cfbc737be443fa69c459846f6fcb9..f7a322317f549b9affb08730c53e685710f5930f 100644 (file)
@@ -104,7 +104,7 @@ sub gendump ($) {
                if (@{$section_plugins{$section}} == 1) {
                        push @ret, "", "\t".("#" x 70), "\t# $section plugins",
                                sub {
-                                       wrap("\t#   (", "\t#   ",
+                                       wrap("\t#   (", "\t#    ",
                                                join(", ", @{$section_plugins{$section}})).")"
                                },
                                "\t".("#" x 70);