From 15be8ad1752ab3d93bd8e4472e4d592ee4c32f4f Mon Sep 17 00:00:00 2001 From: Cesare Tirabassi Date: Tue, 7 Jul 2009 11:16:25 +0200 Subject: [PATCH] weather: corrected typo --- src/weather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weather.c b/src/weather.c index 5598602..f0cc24c 100644 --- a/src/weather.c +++ b/src/weather.c @@ -183,7 +183,7 @@ static inline void parse_token(PWEATHER *res, char *token) { } } - //Check for NCD or NCD + //Check for NCD or NSC if ((!strcmp(token, "NCD")) || (!strcmp(token, "NSC"))) { res->cc = 1; return; -- 1.7.9.5