diff options
author | Tom Rini <trini@konsulko.com> | 2023-06-24 21:36:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-24 21:36:19 -0400 |
commit | f95232c6f06cc0747801bb6a4372b33825ab0164 (patch) | |
tree | 4e179f7c6962564dd11fba3d6bb551603b368457 /common/menu.c | |
parent | b2101df305212dd3b98486cbec1d1f15da0832de (diff) | |
parent | 6039e0edc8540bd2abee780549b260bdaf089168 (diff) |
Merge branch '2023-06-23-assorted-important-fixes'
- Merge in a few important fixes. This includes a (partial) regression
fix, updating documentation and some sanity checking around image
loading.
Diffstat (limited to 'common/menu.c')
-rw-r--r-- | common/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/menu.c b/common/menu.c index 94514177e4e..b55cf7b9996 100644 --- a/common/menu.c +++ b/common/menu.c @@ -15,7 +15,7 @@ #include "menu.h" -#define ansi 0 +#define ansi 1 /* * Internally, each item in a menu is represented by a struct menu_item. |