]> mj.ucw.cz Git - libucw.git/commitdiff
Removed an obsolete comment.
authorMartin Mares <mj@ucw.cz>
Sat, 19 Jul 2008 22:25:30 +0000 (00:25 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 19 Jul 2008 22:25:30 +0000 (00:25 +0200)
ucw/url.h

index 266e752ac58275af1d7c462f7451ca6162f28cb6..39d6e05b1a3dd52f4c55d2f6cb2430bc44f785cd 100644 (file)
--- 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 */