aboutsummaryrefslogtreecommitdiffstats
path: root/map.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-05 17:12:02 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-05 17:12:02 +0000
commitd93f1df6c4e14f1e8d98c9466d1a09c420d13e54 (patch)
tree7837ef1881c79090267e0ee94653d0121db61f62 /map.c
parent[w3m-dev 03372] tab browser (diff)
downloadw3m-d93f1df6c4e14f1e8d98c9466d1a09c420d13e54.tar.gz
w3m-d93f1df6c4e14f1e8d98c9466d1a09c420d13e54.zip
fix indent
Diffstat (limited to '')
-rw-r--r--map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/map.c b/map.c
index 7acceb6..5ce0121 100644
--- a/map.c
+++ b/map.c
@@ -1,4 +1,4 @@
-/* $Id: map.c,v 1.9 2002/11/05 17:10:07 ukai Exp $ */
+/* $Id: map.c,v 1.10 2002/11/05 17:12:02 ukai Exp $ */
/*
* client-side image maps
*/
@@ -60,7 +60,7 @@ inMapArea(MapArea * a, int x, int y)
#endif
MapArea *
-follow_map_menu(Buffer *buf, struct parsed_tagarg *arg, Anchor *a_img, int x,
+follow_map_menu(Buffer *buf, struct parsed_tagarg * arg, Anchor *a_img, int x,
int y)
{
MapList *ml;