aboutsummaryrefslogtreecommitdiffstats
path: root/search.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-06 15:05:34 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-06 15:05:34 +0000
commit278ef389e16baa69aa1af3526400e6741a800f61 (patch)
treea464e256c44289bbe6fe12d4d124c594e284a0df /search.c
parent[w3m-dev 03382] Interrupt in no_proxy_check() (diff)
downloadw3m-278ef389e16baa69aa1af3526400e6741a800f61.tar.gz
w3m-278ef389e16baa69aa1af3526400e6741a800f61.zip
fix indent
Diffstat (limited to '')
-rw-r--r--search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/search.c b/search.c
index e7c4834..9b3d424 100644
--- a/search.c
+++ b/search.c
@@ -1,4 +1,4 @@
-/* $Id: search.c,v 1.20 2002/11/06 03:50:49 ukai Exp $ */
+/* $Id: search.c,v 1.21 2002/11/06 15:05:35 ukai Exp $ */
#include "fm.h"
#include "regex.h"
#include <signal.h>
@@ -62,7 +62,7 @@ open_migemo(char *migemo_command)
dup2(fdr[1], 1);
dup2(open("/dev/null", O_WRONLY), 2);
#ifndef FOPEN_MAX
-#define FOPEN_MAX 1024 /* XXX */
+#define FOPEN_MAX 1024 /* XXX */
#endif
/* close all other file descriptors (socket, ...) */
for (i = 3; i < FOPEN_MAX; i++)