diff options
author | Chih-Hung Hsieh <chh@google.com> | 2014-11-14 19:15:54 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-14 19:15:54 +0000 |
commit | 002116c95dfd09849f289018feee54b064714930 (patch) | |
tree | 74056ddacf1018e229a78eeba861c09575cbaaef /fastbootd | |
parent | 6b2dd14f5ffdbe27d090ce2d7f8b37d553ccd62a (diff) | |
parent | 509f1c9aeee4fb2c5dd97bb4deeedcf8de0da900 (diff) | |
download | system_core-002116c95dfd09849f289018feee54b064714930.zip system_core-002116c95dfd09849f289018feee54b064714930.tar.gz system_core-002116c95dfd09849f289018feee54b064714930.tar.bz2 |
am 509f1c9a: am 165238d8: Merge "Fix a trivial typo."
* commit '509f1c9aeee4fb2c5dd97bb4deeedcf8de0da900':
Fix a trivial typo.
Diffstat (limited to 'fastbootd')
-rw-r--r-- | fastbootd/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastbootd/utils.h b/fastbootd/utils.h index 3d98699..2f89582 100644 --- a/fastbootd/utils.h +++ b/fastbootd/utils.h @@ -29,7 +29,7 @@ * SUCH DAMAGE. */ -#ifndef _FASTBOOT_UTLIS_H +#ifndef _FASTBOOT_UTILS_H #define _FASTBOOT_UTILS_H #include <stdio.h> |