git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1101 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-10 21:12:39 +00:00 committed by cras
commit ebdaa110f1
4 changed files with 9 additions and 9 deletions

View file

@ -47,7 +47,7 @@ while (<STDIN>) {
s/WI_ITEM_REC[^,]*/iobject/g;
s/([\w:]+)(,|$)/"\1"\2/g;
print " { -1, \"$signal\", { $_, NULL } },\n";
print " { \"$signal\", { $_, NULL } },\n";
}
print "\n { -1, NULL }\n};\n";
print "\n { NULL }\n};\n";