diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-22 15:57:29 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-22 15:57:29 +0000 |
commit | e3c33e02e6ce22c083024c0c5a6bb6bb59b257ae (patch) | |
tree | f58660004e9f553e89f774ee991e6357e413916c /func.c | |
parent | [w3m-dev 03464] Re: case insensitive regexp search (diff) | |
download | w3m-e3c33e02e6ce22c083024c0c5a6bb6bb59b257ae.tar.gz w3m-e3c33e02e6ce22c083024c0c5a6bb6bb59b257ae.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.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); |