Skip to content

Commit ef83d3e

Browse files
committedJul 19, 2010
fix
Change-Id: I9bc8cfde27b89d9a548c47c5727530c604d36ee0
1 parent 702294d commit ef83d3e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎recovery.c

+1
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ prompt_and_wait() {
493493
return; // reboot if logs aren't visible
494494
} else {
495495
ui_print("\nInstall from sdcard complete.\n");
496+
}
496497
}
497498
break;
498499
case ITEM_INSTALL_ZIP:

‎ui.c

-4
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,4 @@ void ui_set_showing_back_button(int showBackButton) {
599599

600600
int ui_get_showing_back_button() {
601601
return gShowBackButton;
602-
<<<<<<< HEAD
603602
}
604-
=======
605-
}
606-
>>>>>>> github/eclair

0 commit comments

Comments
 (0)
Please sign in to comment.