aboutsummaryrefslogtreecommitdiffstats
path: root/func.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-22 15:57:29 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-22 15:57:29 +0000
commite3c33e02e6ce22c083024c0c5a6bb6bb59b257ae (patch)
treef58660004e9f553e89f774ee991e6357e413916c /func.c
parent[w3m-dev 03464] Re: case insensitive regexp search (diff)
downloadw3m-e3c33e02e6ce22c083024c0c5a6bb6bb59b257ae.tar.gz
w3m-e3c33e02e6ce22c083024c0c5a6bb6bb59b257ae.zip
fix indent
Diffstat (limited to '')
-rw-r--r--func.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/func.c b/func.c
index 9c1e95e..90fc682 100644
--- a/func.c
+++ b/func.c
@@ -1,4 +1,4 @@
-/* $Id: func.c,v 1.13 2002/11/22 15:43:14 ukai Exp $ */
+/* $Id: func.c,v 1.14 2002/11/22 15:57:29 ukai Exp $ */
/*
* w3m func.c
*/
@@ -364,7 +364,7 @@ initMouseMenu(void)
}
if (!mouse_menu)
continue; /* "menu" is not set */
- if (strcmp(s, "button"))
+ if (strcmp(s, "button"))
continue; /* error */
s = getWord(&p);
b = atoi(s);