mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
weather: corrected typo
This commit is contained in:
parent
476296be5c
commit
15be8ad175
@ -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"))) {
|
if ((!strcmp(token, "NCD")) || (!strcmp(token, "NSC"))) {
|
||||||
res->cc = 1;
|
res->cc = 1;
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user