freebsd-ports/net-im/icb/files/patch-icb::strccmp.c

12 lines
212 B
C
Raw Normal View History

2004-06-12 23:29:02 +02:00
--- icb/strccmp.c.orig Sat Jun 12 23:08:33 2004
+++ icb/strccmp.c Sat Jun 12 23:23:48 2004
@@ -237,7 +237,7 @@
if (a == '\0')
return 0;
-shloop: }
+shloop:; }
while (cm[a] != cm[b]);