Explorar o código

Give the label a ; so compilers have no excuse to whine

Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
ae966d0bd9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      libc/string/strstr.c

+ 3 - 1
libc/string/strstr.c

@@ -93,7 +93,9 @@ char * FUNC ( const char *phaystack, const char *pneedle)
 				a = *++haystack;
 				if (a == '\0')
 					goto ret0;
-		  shloop:}
+		  shloop:
+				;
+			}
 			while (VAL(a) != VAL(b));
 
 		  jin:a = *++haystack;