This commit is contained in:
NishiOwO
2025-12-23 22:08:55 +09:00
parent 55f82e4fbc
commit 9ea54b4f88
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ struct _MwMenu {
int keep;
MwWidget wsub;
MwMenu* sub;
void* user;
void* user;
};
struct _MwEntry {