diff --git a/src/weather.c b/src/weather.c index 5598602f..f0cc24ce 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;