remove gcc warnings

This commit is contained in:
Fumitoshi UKAI
2001-11-20 08:15:22 +00:00
parent a21e8a8df0
commit b30a4fc9ee
3 changed files with 8 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ char *local_cookie;
void
extractMailcapEntry(char *mcap_entry, char **type, char **cmd)
{
int j, k;
int j;
while (*mcap_entry && IS_SPACE(*mcap_entry))
mcap_entry++;