From ef83d3ea8748fc137951e66f8aa596b5b0907d2d Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 19 Jul 2010 08:54:23 -0700 Subject: [PATCH] fix Change-Id: I9bc8cfde27b89d9a548c47c5727530c604d36ee0 --- recovery.c | 1 + ui.c | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/recovery.c b/recovery.c index ceb1136..7a6ba03 100644 --- a/recovery.c +++ b/recovery.c @@ -493,6 +493,7 @@ prompt_and_wait() { return; // reboot if logs aren't visible } else { ui_print("\nInstall from sdcard complete.\n"); + } } break; case ITEM_INSTALL_ZIP: diff --git a/ui.c b/ui.c index 156e360..df52c7e 100644 --- a/ui.c +++ b/ui.c @@ -599,8 +599,4 @@ void ui_set_showing_back_button(int showBackButton) { int ui_get_showing_back_button() { return gShowBackButton; -<<<<<<< HEAD } -======= -} ->>>>>>> github/eclair