projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cba0b67
)
doubled semicolon
author
Joey Hess
<joey@gnu.kitenet.net>
Wed, 4 Feb 2009 18:12:05 +0000
(13:12 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Wed, 4 Feb 2009 18:12:05 +0000
(13:12 -0500)
IkiWiki/Wrapper.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Wrapper.pm
b/IkiWiki/Wrapper.pm
index 8a6340f58c4f1ec5a6b77587672e0721f0f250c7..7b54caf99cd41ea4f38a6c9e1b5619350d70caad 100644
(file)
--- a/
IkiWiki/Wrapper.pm
+++ b/
IkiWiki/Wrapper.pm
@@
-95,7
+95,7
@@
EOF
#translators: The first parameter is a filename, and the second is
#translators: a (probably not translated) error message.
- open(OUT, ">$wrapper.c") || error(sprintf(gettext("failed to write %s: %s"), "$wrapper.c", $!));
;
+ open(OUT, ">$wrapper.c") || error(sprintf(gettext("failed to write %s: %s"), "$wrapper.c", $!));
print OUT <<"EOF";
/* A wrapper for ikiwiki, can be safely made suid. */
#include <stdio.h>