diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-17 15:56:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 15:56:52 -0400 |
commit | 300f36654d17f750738d3e215aa9b2dfda7c9ef3 (patch) | |
tree | b1060a2d2a8c552100c7aa06700e604ade536d79 | |
parent | d888fe10131653e48dd7ae28b2568b6c1c69f177 (diff) | |
parent | 597a23822922da3ae73ec34108d8baee9987e964 (diff) |
Merge pull request #1099 from PokeCodec/quickie
ifndef GUARD typo fix
-rw-r--r-- | include/libgcnmultiboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libgcnmultiboot.h b/include/libgcnmultiboot.h index 7d347df05..4a6262d8f 100644 --- a/include/libgcnmultiboot.h +++ b/include/libgcnmultiboot.h @@ -1,4 +1,4 @@ -#ifndef GUARD_LIBGCMMULTIBOOT_H +#ifndef GUARD_LIBGCNMULTIBOOT_H #define GUARD_LIBGCNMULTIBOOT_H struct GcmbStruct |