diff options
author | Tom Marshall <tdm@cyngn.com> | 2016-02-15 16:41:03 -0800 |
---|---|---|
committer | Tom Marshall <tdm@cyngn.com> | 2016-02-15 16:45:43 -0800 |
commit | 49879342bc3ba7b7db7721678334c9aaf14dccbf (patch) | |
tree | 5e21aacf4a680db1a54d122bf2ee72f5a4b75644 | |
parent | d8501d9f78d430e5d787821509f04abe60c94505 (diff) | |
download | bootable_recovery-49879342bc3ba7b7db7721678334c9aaf14dccbf.zip bootable_recovery-49879342bc3ba7b7db7721678334c9aaf14dccbf.tar.gz bootable_recovery-49879342bc3ba7b7db7721678334c9aaf14dccbf.tar.bz2 |
recovery: Remove empty header line
Change-Id: I15d5dc734adba58ca4d44a5818c23115481e0470
-rw-r--r-- | recovery.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp index adf072b..7ddc645 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -1017,7 +1017,6 @@ refresh: } if (chosen == item_sideload) { static const char* headers[] = { "ADB Sideload", - "", NULL }; static const char* list[] = { "Cancel sideload", NULL }; |