aboutsummaryrefslogtreecommitdiffstats
path: root/w3mhelperpanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'w3mhelperpanel.c')
-rw-r--r--w3mhelperpanel.c2
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++;