]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
Missing semi-colon (the version of bison on FreeBSD seems to care about this)
authordgl <redacted>
Sun, 22 Dec 2002 14:49:14 +0000 (14:49 +0000)
committerdgl <redacted>
Sun, 22 Dec 2002 14:49:14 +0000 (14:49 +0000)
src/config-parser.y

index ffa75019834d62025f0e5321a72e934aff9c95ec..fca7cf06aac8d6120f71b60d9589c6578618ac77 100644 (file)
@@ -132,7 +132,7 @@ options_scanlog: SCANLOG '=' STRING ';'
 {
    MyFree(OptionsItem->scanlog);
    OptionsItem->scanlog = DupString($3);
-}
+};
 
 /*************************** IRC BLOCK ***************************/