diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-20 08:15:22 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-20 08:15:22 +0000 |
commit | b30a4fc9ee917f4547e3038fa64e6b5b189104b9 (patch) | |
tree | c800af3b9dab43ee9cd5c4851147733d4d9b1409 /w3mhelperpanel.c | |
parent | remove funcname.c funcname1.h funcname2.h; autogenerated files (diff) | |
download | w3m-b30a4fc9ee917f4547e3038fa64e6b5b189104b9.tar.gz w3m-b30a4fc9ee917f4547e3038fa64e6b5b189104b9.zip |
remove gcc warnings
Diffstat (limited to 'w3mhelperpanel.c')
-rw-r--r-- | w3mhelperpanel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c index 7862e47..4a8f5a6 100644 --- a/w3mhelperpanel.c +++ b/w3mhelperpanel.c @@ -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++; |