From: Martin Mares Date: Sat, 19 Jul 2008 22:25:30 +0000 (+0200) Subject: Removed an obsolete comment. X-Git-Tag: holmes-import~378 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8dfb51232c3b8c1f70026503593281cd6bc76a97;p=libucw.git Removed an obsolete comment. --- diff --git a/ucw/url.h b/ucw/url.h index 266e752a..39d6e05b 100644 --- a/ucw/url.h +++ b/ucw/url.h @@ -31,7 +31,7 @@ int url_deescape(const char *s, char *d); int url_enescape(const char *s, char *d); -int url_enescape_friendly(const char *src, char *dest); // for cards.c only +int url_enescape_friendly(const char *src, char *dest); /* URL splitting and normalization */