add comment

add comment
pull/19/head
Glacierty 4 years ago
parent 034496c83e
commit 8dba0a90dd

@ -179,7 +179,7 @@ void button_stop(struct Button* handle)
if (entry == handle) {
*curr = entry->next;
// free(entry);
return;
return;//glacier add
} else
curr = &entry->next;
}

Loading…
Cancel
Save