summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-10-12 20:45:31 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-12 20:45:31 +0200
commit022229c47e5bd918d26d11b3c12ae0dc0af58605 (patch)
tree1067a17754f2cd367239553b6e22eebee21916fd
parentam 8f8bc4cb: am f93d8166: confirm before wiping user data in recovery (diff)
parentadd terminator to recovery's getopt_long options array (diff)
downloadandroid_bootable_recovery-022229c47e5bd918d26d11b3c12ae0dc0af58605.tar
android_bootable_recovery-022229c47e5bd918d26d11b3c12ae0dc0af58605.tar.gz
android_bootable_recovery-022229c47e5bd918d26d11b3c12ae0dc0af58605.tar.bz2
android_bootable_recovery-022229c47e5bd918d26d11b3c12ae0dc0af58605.tar.lz
android_bootable_recovery-022229c47e5bd918d26d11b3c12ae0dc0af58605.tar.xz
android_bootable_recovery-022229c47e5bd918d26d11b3c12ae0dc0af58605.tar.zst
android_bootable_recovery-022229c47e5bd918d26d11b3c12ae0dc0af58605.zip
-rw-r--r--recovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery.c b/recovery.c
index 3d0f9d05a..438530710 100644
--- a/recovery.c
+++ b/recovery.c
@@ -43,6 +43,7 @@ static const struct option OPTIONS[] = {
{ "update_package", required_argument, NULL, 'u' },
{ "wipe_data", no_argument, NULL, 'w' },
{ "wipe_cache", no_argument, NULL, 'c' },
+ { NULL, 0, NULL, 0 },
};
static const char *COMMAND_FILE = "CACHE:recovery/command";