diff options
Diffstat (limited to 'camel/url-util.c')
-rw-r--r-- | camel/url-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/url-util.c b/camel/url-util.c index 43f51fe365..98eeaafddd 100644 --- a/camel/url-util.c +++ b/camel/url-util.c @@ -137,7 +137,7 @@ g_url_free (Gurl *url) /**** PARSING FUNCTIONS ****/ -/** So, yes, I must admit there would have been more elegant +/* So, yes, I must admit there would have been more elegant ways to do this, but it works, and quite well :) */ |