From 49879342bc3ba7b7db7721678334c9aaf14dccbf Mon Sep 17 00:00:00 2001 From: Tom Marshall Date: Mon, 15 Feb 2016 16:41:03 -0800 Subject: recovery: Remove empty header line Change-Id: I15d5dc734adba58ca4d44a5818c23115481e0470 --- recovery.cpp | 1 - 1 file changed, 1 deletion(-) 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 }; -- cgit v1.1