kill a warning

This commit is contained in:
Dana Jansens 2003-06-21 02:24:18 +00:00
parent dbe2851b91
commit 4541959b8c
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ void menu_startup()
Action *a;
menu_hash = g_hash_table_new_full(g_str_hash, g_str_equal,
menu_destroy_hash_key,
(GDestroyNotify)menu_destroy_hash_key,
(GDestroyNotify)menu_destroy_hash_value);
m = menu_new("sex menu", "root", NULL);

View file

@ -69,7 +69,7 @@ typedef enum MenuEntryRenderType {
MenuEntryRenderType_Other = 1 << 7
} MenuEntryRenderType;
typedef struct {
typedef struct MenuEntry {
char *label;
Menu *parent;