From 3ac3ce1893c10d858af379df60d0c0477bec76e1 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Thu, 5 Dec 2002 16:33:06 +0000 Subject: fix indent --- map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'map.c') diff --git a/map.c b/map.c index 6c1eaaf..db73591 100644 --- a/map.c +++ b/map.c @@ -1,4 +1,4 @@ -/* $Id: map.c,v 1.19 2002/12/05 16:08:34 ukai Exp $ */ +/* $Id: map.c,v 1.20 2002/12/05 16:33:08 ukai Exp $ */ /* * client-side image maps */ @@ -285,7 +285,7 @@ follow_map_panel(Buffer *buf, char *name) parseURL2(a->url, &pu, baseURL(buf)); url = html_quote(parsedURL2Str(&pu)->ptr); Strcat_m_charp(mappage, "", - html_quote(*a->alt ? a->alt : mybasename(a->url)), + html_quote(*a->alt ? a->alt : mybasename(a->url)), "", url, NULL); } Strcat_charp(mappage, ""); -- cgit v1.2.3