From 66011babc7bf29090eb8986b251c9f98014027b7 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 18 Sep 2010 20:32:58 +0200 Subject: [PATCH] Revert "modify comment" This reverts commit ef26c74a98065159c03f0992df1cc9f5c1021270. --- libprozilla/src/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libprozilla/src/http.c b/libprozilla/src/http.c index 129c6ee..62a3967 100644 --- a/libprozilla/src/http.c +++ b/libprozilla/src/http.c @@ -70,7 +70,7 @@ /****************************************************************************** ... ******************************************************************************/ -// added to convert time string to unix time +// Chen Peng, added to convert time string to unix time time_t parse_date(const char * input) { const char *cp;