(i_ascii_casemap_contains): Fixed obsolete label usage.
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -456,7 +456,8 @@ i_ascii_casemap_contains (const char *pattern, const char *text) | ... | @@ -456,7 +456,8 @@ i_ascii_casemap_contains (const char *pattern, const char *text) |
456 | break; | 456 | break; |
457 | if (!(a = *++haystack)) | 457 | if (!(a = *++haystack)) |
458 | goto ret0; | 458 | goto ret0; |
459 | shloop: } | 459 | shloop: ; |
460 | } | ||
460 | while (U (a) != b); | 461 | while (U (a) != b); |
461 | 462 | ||
462 | jin: if (!(a = *++haystack)) | 463 | jin: if (!(a = *++haystack)) | ... | ... |
-
Please register or sign in to post a comment