]> git.ozlabs.org Git - yaboot.git/blobdiff - lib/strstr.c
gcc-3.4 fix
[yaboot.git] / lib / strstr.c
index fbe7cfb121c593f1d6426e014bca01f3d76d1716..e31e20ddd4e9379075bdace575066e884ef46c17 100644 (file)
@@ -76,7 +76,8 @@ strstr (phaystack, pneedle)
              a = *++haystack;
              if (a == '\0')
                goto ret0;
-shloop:            }
+shloop:            ;
+            }
           while (a != b);
 
 jin:     a = *++haystack;