diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-22 17:08:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-22 17:08:09 -0400 |
commit | 6e758b70bf35063df270494932bb0fcfa8cacd14 (patch) | |
tree | 346a61a7e92f744cbf28e18fed59fe38ff388c1b /tools | |
parent | 1157a68696ba5766a8d134bac5904de8ede6680f (diff) | |
download | lingo2-archipelago-6e758b70bf35063df270494932bb0fcfa8cacd14.tar.gz lingo2-archipelago-6e758b70bf35063df270494932bb0fcfa8cacd14.tar.bz2 lingo2-archipelago-6e758b70bf35063df270494932bb0fcfa8cacd14.zip |
[Tools] Typo in header guard
Diffstat (limited to 'tools')
-rw-r--r-- | tools/validator/validator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/validator/validator.h b/tools/validator/validator.h index b710429..33bc7c9 100644 --- a/tools/validator/validator.h +++ b/tools/validator/validator.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #ifndef TOOLS_VALIDATOR_VALIDATOR_H_ | 1 | #ifndef TOOLS_VALIDATOR_VALIDATOR_H |
2 | #define TOOLS_VALIDATOR_VALIDATOR_H | 2 | #define TOOLS_VALIDATOR_VALIDATOR_H |
3 | 3 | ||
4 | namespace com::fourisland::lingo2_archipelago { | 4 | namespace com::fourisland::lingo2_archipelago { |