summaryrefslogtreecommitdiff
path: root/common/menu.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-06-24 21:36:19 -0400
committerTom Rini <trini@konsulko.com>2023-06-24 21:36:19 -0400
commitf95232c6f06cc0747801bb6a4372b33825ab0164 (patch)
tree4e179f7c6962564dd11fba3d6bb551603b368457 /common/menu.c
parentb2101df305212dd3b98486cbec1d1f15da0832de (diff)
parent6039e0edc8540bd2abee780549b260bdaf089168 (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.c2
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.