]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix format
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 14 Jan 2007 04:35:10 +0000 (04:35 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 14 Jan 2007 04:35:10 +0000 (04:35 +0000)
IkiWiki/Wrapper.pm

index ca7304c214991bec0f4f3b406c2a507f3b4ddd36..8c363cc11219111db798fa8b8704a3571519b352 100644 (file)
@@ -105,7 +105,8 @@ EOF
                error("chmod $wrapper: $!");
        }
        #translators: The parameter is a filename.
                error("chmod $wrapper: $!");
        }
        #translators: The parameter is a filename.
-       printf(gettext("successfully generated %s"), $wrapper)."\n";
+       printf(gettext("successfully generated %s"), $wrapper);
+       print "\n";
 } #}}}
 
 1
 } #}}}
 
 1