aboutsummaryrefslogtreecommitdiffstats
path: root/mailcap.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-20 04:11:16 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-20 04:11:16 +0000
commit6efb142eeae28cb4cde5b28c36a08d9de7e083cc (patch)
tree12f3402987597dbfada1a47b3f1b544c293d23f3 /mailcap.c
parent[w3m-dev 02447] XTerm's mouse sequence should be skipped? (diff)
downloadw3m-6efb142eeae28cb4cde5b28c36a08d9de7e083cc.tar.gz
w3m-6efb142eeae28cb4cde5b28c36a08d9de7e083cc.zip
remove gcc warnings
Diffstat (limited to '')
-rw-r--r--mailcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailcap.c b/mailcap.c
index c0cf417..2379e0d 100644
--- a/mailcap.c
+++ b/mailcap.c
@@ -1,4 +1,4 @@
-/* $Id: mailcap.c,v 1.4 2001/11/16 22:02:00 ukai Exp $ */
+/* $Id: mailcap.c,v 1.5 2001/11/20 04:11:16 ukai Exp $ */
#include "fm.h"
#include "myctype.h"
#include <stdio.h>
@@ -303,7 +303,7 @@ static Str
unquote_mailcap_loop(char *qstr, char *type, char *name, char *attr, int *stat, int flag0)
{
Str str, tmp, test, then;
- char *p, *q;
+ char *p;
int status = MC_NORMAL, prev_status = MC_NORMAL, sp = 0, flag;
if (stat)