summaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-09-01 23:56:27 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-01 23:56:27 +0200
commit4c7c2f73af773872faf5a65167d74900865d96ba (patch)
tree1580e8bafbe8a12d59820ef1b591b05bc093cf0b /ui.c
parentam 21f0f97e: Fix for crespo. (diff)
parentRevert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3 (diff)
downloadandroid_bootable_recovery-4c7c2f73af773872faf5a65167d74900865d96ba.tar
android_bootable_recovery-4c7c2f73af773872faf5a65167d74900865d96ba.tar.gz
android_bootable_recovery-4c7c2f73af773872faf5a65167d74900865d96ba.tar.bz2
android_bootable_recovery-4c7c2f73af773872faf5a65167d74900865d96ba.tar.lz
android_bootable_recovery-4c7c2f73af773872faf5a65167d74900865d96ba.tar.xz
android_bootable_recovery-4c7c2f73af773872faf5a65167d74900865d96ba.tar.zst
android_bootable_recovery-4c7c2f73af773872faf5a65167d74900865d96ba.zip
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index b8c6d1f26..01a005f80 100644
--- a/ui.c
+++ b/ui.c
@@ -77,7 +77,7 @@ static int gPagesIdentical = 0;
static char text[MAX_ROWS][MAX_COLS];
static int text_cols = 0, text_rows = 0;
static int text_col = 0, text_row = 0, text_top = 0;
-static int show_text = 1;
+static int show_text = 0;
static char menu[MAX_ROWS][MAX_COLS];
static int show_menu = 0;