aboutsummaryrefslogtreecommitdiffstats
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/map.c b/map.c
index 20fa090..7311b34 100644
--- a/map.c
+++ b/map.c
@@ -1,4 +1,4 @@
-/* $Id: map.c,v 1.17 2002/12/02 17:27:39 ukai Exp $ */
+/* $Id: map.c,v 1.18 2002/12/02 17:55:50 ukai Exp $ */
/*
* client-side image maps
*/
@@ -417,9 +417,9 @@ append_map_info(Buffer *buf, Str tmp, FormItemList *fi)
/* append links */
static void
-append_link_info(Buffer *buf, Str html, LinkList *link)
+append_link_info(Buffer *buf, Str html, LinkList * link)
{
- LinkList *l;
+ LinkList *l;
ParsedURL pu;
char *url;