aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-04-17 02:42:27 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-04-17 02:42:27 +0000
commit404f518f06c46c12c0c9da2eee63197512296ebb (patch)
treeaa2215e9475aab5a45c051bd23ebb76b75b4a9da /main.c
parent[w3m-dev 03177] SIGUSR1 --> W3M_SIGIMG in image.c (diff)
downloadw3m-404f518f06c46c12c0c9da2eee63197512296ebb.tar.gz
w3m-404f518f06c46c12c0c9da2eee63197512296ebb.zip
fix indent
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 966524a..f947e97 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.96 2002/03/29 16:58:06 ukai Exp $ */
+/* $Id: main.c,v 1.97 2002/04/17 02:42:27 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -4354,7 +4354,7 @@ chkURLBuffer(Buffer *buf)
"news:[^<> ][^<> ]*",
"nntp://[a-zA-Z0-9][a-zA-Z0-9:%\\-\\./_]*",
#endif /* USE_NNTP */
-#ifndef USE_W3MMAILER /* see also chkExternalURIBuffer() */
+#ifndef USE_W3MMAILER /* see also chkExternalURIBuffer() */
"mailto:[^<> ][^<> ]*@[a-zA-Z0-9][a-zA-Z0-9\\-\\._]*[a-zA-Z0-9]",
#endif
#ifdef INET6