From 89001402ee2766f631fd7909cbe818cee1850f4d Mon Sep 17 00:00:00 2001 From: henrypp Date: Wed, 1 Nov 2023 02:38:54 +0600 Subject: [PATCH] cosmetics --- src/notifications.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notifications.c b/src/notifications.c index 47dbac84..4c4c8dab 100644 --- a/src/notifications.c +++ b/src/notifications.c @@ -1393,6 +1393,7 @@ INT_PTR CALLBACK NotificationProc ( case IDCANCEL: // process Esc key { DestroyWindow (hwnd); + break; }