mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +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"))) {
|
||||
res->cc = 1;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user