mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +00:00
text_object: fix typo in cutesy error message
This commit is contained in:
parent
faba25d197
commit
00166b49b5
@ -72,7 +72,7 @@ int append_object(struct text_object *root, struct text_object *obj) {
|
|||||||
|
|
||||||
/* update pointers of the list to append to */
|
/* update pointers of the list to append to */
|
||||||
if (end != nullptr) {
|
if (end != nullptr) {
|
||||||
if (end->next != nullptr) { CRIT_ERR("huston, we have a lift-off"); }
|
if (end->next != nullptr) { CRIT_ERR("houston, we have a lift-off"); }
|
||||||
end->next = obj;
|
end->next = obj;
|
||||||
} else {
|
} else {
|
||||||
root->next = obj;
|
root->next = obj;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user