summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-04-26 19:24:03 +0200
committerTao Bao <tbao@google.com>2018-04-26 21:23:04 +0200
commit370d6008778436de2f59100d122ff4635ba22c91 (patch)
tree7aa7da4d8812748405b3f43aff648ecb38dc47ec
parentMerge "Dump the uncompressed data's SHA1 to debug flaky tests" am: cc8587b508 (diff)
downloadandroid_bootable_recovery-370d6008778436de2f59100d122ff4635ba22c91.tar
android_bootable_recovery-370d6008778436de2f59100d122ff4635ba22c91.tar.gz
android_bootable_recovery-370d6008778436de2f59100d122ff4635ba22c91.tar.bz2
android_bootable_recovery-370d6008778436de2f59100d122ff4635ba22c91.tar.lz
android_bootable_recovery-370d6008778436de2f59100d122ff4635ba22c91.tar.xz
android_bootable_recovery-370d6008778436de2f59100d122ff4635ba22c91.tar.zst
android_bootable_recovery-370d6008778436de2f59100d122ff4635ba22c91.zip
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index a85130698..4228e71de 100644
--- a/common.h
+++ b/common.h
@@ -40,7 +40,7 @@ extern const char* reason;
// fopen a file, mounting volumes and making parent dirs as necessary.
FILE* fopen_path(const std::string& path, const char* mode);
-void ui_print(const char* format, ...);
+void ui_print(const char* format, ...) __printflike(1, 2);
bool is_ro_debuggable();