aboutsummaryrefslogtreecommitdiffstats
path: root/mailcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailcap.c')
-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)