Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c776811 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Fix a trivial typo.

Clang compiler gave a correct warning on this mismatch of
names in #ifndef and #define.

Change-Id: I360f0c40ee98162093dde8f9815a02a54e5b2cb7
parent c9582d02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
 * SUCH DAMAGE.
 */

#ifndef _FASTBOOT_UTLIS_H
#ifndef _FASTBOOT_UTILS_H
#define _FASTBOOT_UTILS_H

#include <stdio.h>