aboutsummaryrefslogtreecommitdiffstats
path: root/func.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-21 16:32:29 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-21 16:32:29 +0000
commit3a2149151dabd9e2731d0f001345f853039e9426 (patch)
tree4a7fe197d25767710a8eea27bba52b7e5494488c /func.c
parent[w3m-dev 03455] mouse menu (diff)
downloadw3m-3a2149151dabd9e2731d0f001345f853039e9426.tar.gz
w3m-3a2149151dabd9e2731d0f001345f853039e9426.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 6c4dee2..0cdfa10 100644
--- a/func.c
+++ b/func.c
@@ -1,4 +1,4 @@
-/* $Id: func.c,v 1.11 2002/11/21 16:31:36 ukai Exp $ */
+/* $Id: func.c,v 1.12 2002/11/21 16:32:29 ukai Exp $ */
/*
* w3m func.c
*/
@@ -356,7 +356,7 @@ initMouseMenu(void)
mouse_menu = Strnew_charp(s)->ptr;
continue;
}
- if (strcmp(s, "button"))
+ if (strcmp(s, "button"))
continue; /* error */
s = getWord(&p);
b = atoi(s);