From 51cce2f78aae75672a5fab6304141513d69b7196 Mon Sep 17 00:00:00 2001 From: Glacierty Date: Wed, 18 Aug 2021 17:35:32 +0800 Subject: [PATCH] change comment --- multi_button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_button.c b/multi_button.c index 1a70053..762c797 100644 --- a/multi_button.c +++ b/multi_button.c @@ -179,7 +179,7 @@ void button_stop(struct Button* handle) if (entry == handle) { *curr = entry->next; // free(entry); - return;//glacier add 2021-8-13 + return;//glacier add 2021-8-18 } else curr = &entry->next; }