summaryrefslogtreecommitdiffstats
path: root/legacy_properties.h
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-04-01 20:30:03 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-04-01 20:30:03 +0200
commita7a366e4d4c941c0789249af268bbac1a0d90a4b (patch)
treef708fac1afafa795144b33aec097e79ee9562495 /legacy_properties.h
parentadd 1600x2560 to TWRP. Thanks to nrage123 and Gunthermic for creating (diff)
parentAdd basic error checking to legacy property init (diff)
downloadandroid_bootable_recovery-a7a366e4d4c941c0789249af268bbac1a0d90a4b.tar
android_bootable_recovery-a7a366e4d4c941c0789249af268bbac1a0d90a4b.tar.gz
android_bootable_recovery-a7a366e4d4c941c0789249af268bbac1a0d90a4b.tar.bz2
android_bootable_recovery-a7a366e4d4c941c0789249af268bbac1a0d90a4b.tar.lz
android_bootable_recovery-a7a366e4d4c941c0789249af268bbac1a0d90a4b.tar.xz
android_bootable_recovery-a7a366e4d4c941c0789249af268bbac1a0d90a4b.tar.zst
android_bootable_recovery-a7a366e4d4c941c0789249af268bbac1a0d90a4b.zip
Diffstat (limited to 'legacy_properties.h')
-rw-r--r--legacy_properties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/legacy_properties.h b/legacy_properties.h
index 9eb6bc751..44cdd958d 100644
--- a/legacy_properties.h
+++ b/legacy_properties.h
@@ -63,7 +63,7 @@ struct prop_info {
char value[PROP_VALUE_MAX];
};
-struct prop_msg
+struct prop_msg
{
unsigned cmd;
char name[PROP_NAME_MAX];
@@ -71,7 +71,7 @@ struct prop_msg
};
#define PROP_MSG_SETPROP 1
-
+
/*
** Rules:
**