diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-14 13:14:03 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-07-04 16:06:47 +0200 |
commit | ee749a9950f7f4d6c3f5dcfdf23e4613f1d95710 (patch) | |
tree | 109a1f201c0b0f56377e1b6cfc00df1ef2487428 /src | |
parent | 51f386261e426be1e7691effd3a19a4d2ec67a6c (diff) | |
download | justbuild-ee749a9950f7f4d6c3f5dcfdf23e4613f1d95710.tar.gz |
Main: Fix typo in include guards
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/main/main.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/main/main.hpp b/src/buildtool/main/main.hpp index 6212d86e..988331e4 100644 --- a/src/buildtool/main/main.hpp +++ b/src/buildtool/main/main.hpp @@ -1,5 +1,5 @@ -#ifndef INCLUDED_SRC_BUILDOOL_MAIN_MAIN_HPP -#define INCLUDED_SRC_BUILDOOL_MAIN_MAIN_HPP +#ifndef INCLUDED_SRC_BUILDTOOL_MAIN_MAIN_HPP +#define INCLUDED_SRC_BUILDTOOL_MAIN_MAIN_HPP enum ExitCodes { kExitSuccess = 0, |