diff examples/example-notify/example-notify.c @ 497:8d5a266a1774

ui: ui -> mlk_ui
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2023 13:42:24 +0100
parents 35cc5d51bcb2
children 41267f6e344d
line wrap: on
line diff
--- a/examples/example-notify/example-notify.c	Tue Feb 28 13:41:18 2023 +0100
+++ b/examples/example-notify/example-notify.c	Tue Feb 28 13:42:24 2023 +0100
@@ -112,7 +112,7 @@
 quit(void)
 {
 	mlk_window_finish();
-	ui_finish();
+	mlk_ui_finish();
 	mlk_core_finish();
 }