aboutsummaryrefslogtreecommitdiffstats
path: root/menu.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-07-26 17:17:28 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-07-26 17:17:28 +0000
commita8dbfcd251f747772d7b7754e1f2925fd2cbcdf9 (patch)
tree3051bb267503f6b92d1a22c0d13b7e347b14ac31 /menu.c
parent[w3m-dev 03945] Re: application/xhtml+xml support (diff)
downloadw3m-a8dbfcd251f747772d7b7754e1f2925fd2cbcdf9.tar.gz
w3m-a8dbfcd251f747772d7b7754e1f2925fd2cbcdf9.zip
fix indent
Diffstat (limited to '')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 7c3e15a..f951a83 100644
--- a/menu.c
+++ b/menu.c
@@ -1,4 +1,4 @@
-/* $Id: menu.c,v 1.32 2003/07/26 17:16:24 ukai Exp $ */
+/* $Id: menu.c,v 1.33 2003/07/26 17:17:28 ukai Exp $ */
/*
* w3m menu.c
*/
@@ -1670,7 +1670,7 @@ optionMenu(int x, int y, char **label, int *variable, int initial,
/* --- InitMenu --- */
static void
-interpret_menu(FILE *mf)
+interpret_menu(FILE * mf)
{
Str line;
char *p, *s;