commit | dd06c0fb5ebc2dfd64a44e91f81ea1e7a9d59fd3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Sep 05 16:15:05 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 05 16:15:05 2018 +0000 |
tree | 3288dab38430976e0485643b74f2975e4d702a61 | |
parent | a62f93f507b92c1d09a690789fa09c1c59137fb1 [diff] | |
parent | a816891c64c3d0ce0846ef3bbe7b4e8c71d532e0 [diff] |
Merge "fs_mgr: liblp: spelling mistake"
diff --git a/adb/adb_utils.h b/adb/adb_utils.h index f764a0e..f6ce8e2 100644 --- a/adb/adb_utils.h +++ b/adb/adb_utils.h
@@ -24,7 +24,7 @@ #include <android-base/macros.h> -int syntax_error(const char*, ...); +int syntax_error(const char*, ...) __attribute__((__format__(__printf__, 1, 2))); void close_stdin();