From 2c776811a44e4b552ecada83512147906b21b732 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 13 Nov 2014 15:33:38 -0800 Subject: [PATCH] Fix a trivial typo. Clang compiler gave a correct warning on this mismatch of names in #ifndef and #define. Change-Id: I360f0c40ee98162093dde8f9815a02a54e5b2cb7 --- fastbootd/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastbootd/utils.h b/fastbootd/utils.h index 3d98699af..2f8958259 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