From 8dfb51232c3b8c1f70026503593281cd6bc76a97 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 20 Jul 2008 00:25:30 +0200 Subject: [PATCH] Removed an obsolete comment. --- ucw/url.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2