diff libmenu/menu.h @ 25420:e5a7f0401180

Fix the menu uninit function name. NOTE: Nobody call this function by now, should be fixed.
author ulion
date Tue, 18 Dec 2007 10:45:43 +0000
parents 59aba7a96701
children 7ef04742572c
line wrap: on
line diff
--- a/libmenu/menu.h	Tue Dec 18 09:44:54 2007 +0000
+++ b/libmenu/menu.h	Tue Dec 18 10:45:43 2007 +0000
@@ -47,7 +47,7 @@
 
 /// Global init/uninit
 int menu_init(struct MPContext *mpctx, char* cfg_file);
-void menu_unint(void);
+void menu_uninit(void);
 
 /// Open a menu defined in the config file
 menu_t* menu_open(char *name);