1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

weather: corrected typo

This commit is contained in:
Cesare Tirabassi 2009-07-07 11:16:25 +02:00
parent 476296be5c
commit 15be8ad175

View File

@ -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;