aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/file.c b/file.c
index 2e9875b..6e91c7c 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.80 2002/03/10 15:55:15 ukai Exp $ */
+/* $Id: file.c,v 1.81 2002/03/11 16:02:42 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -1922,8 +1922,10 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer,
else if (proc == loadImageBuffer)
b->type = b->real_type;
#endif
+#ifdef USE_GOPHER
else if (proc == loadGopherDir)
b->type = b->real_type;
+#endif
else
b->type = "text/plain";
if (pu.label) {