mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
12 lines
193 B
Diff
12 lines
193 B
Diff
|
--- 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.
|