commit | 96156d1f31fcdeaeffbc8a79cce28eb7264bdcad | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Apr 27 03:14:55 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Apr 27 03:14:55 2018 +0000 |
tree | b877239ac9189af6538223a97e2eae4e196032cf | |
parent | 63503282a12e06327ea6eccd0f5438132eefffab [diff] | |
parent | 6d90a9d4a0d3dec68e87727e8488ba942a49246f [diff] |
Merge "recovery: Print the actually required battery level." into pi-dev-plus-aosp
diff --git a/common.h b/common.h index a851306..4228e71 100644 --- a/common.h +++ b/common.h
@@ -40,7 +40,7 @@ // 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();