From: Cesare Tirabassi Date: Tue, 7 Jul 2009 09:16:25 +0000 (+0200) Subject: weather: corrected typo X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=15be8ad1752ab3d93bd8e4472e4d592ee4c32f4f;p=monky weather: corrected typo --- 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;