1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-24 14:10:30 -04:00
ports/irc/psybnc/files/patch-tools-convconf.c
2004-12-18 14:18:00 +00:00

11 lines
223 B
C

--- tools/convconf.c.orig Sat Dec 18 15:03:56 2004
+++ tools/convconf.c Sat Dec 18 15:05:01 2004
@@ -77,7 +77,7 @@
fprintf(outfile,"%s.%s.%s\n",fname,section,buf);
}
}
- next:
+ next:;
}
return 0x0;
}