diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-21 16:32:29 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-21 16:32:29 +0000 |
commit | 3a2149151dabd9e2731d0f001345f853039e9426 (patch) | |
tree | 4a7fe197d25767710a8eea27bba52b7e5494488c /func.c | |
parent | [w3m-dev 03455] mouse menu (diff) | |
download | w3m-3a2149151dabd9e2731d0f001345f853039e9426.tar.gz w3m-3a2149151dabd9e2731d0f001345f853039e9426.zip |
fix indent
Diffstat (limited to '')
-rw-r--r-- | func.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |