summaryrefslogtreecommitdiff
path: root/net-im/icb/files/patch-icb::strccmp.c
blob: b68e9f210bcd455173e26240a1d0da907e0111a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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]);