about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-22 17:08:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-22 17:08:09 -0400
commit6e758b70bf35063df270494932bb0fcfa8cacd14 (patch)
tree346a61a7e92f744cbf28e18fed59fe38ff388c1b
parent1157a68696ba5766a8d134bac5904de8ede6680f (diff)
downloadlingo2-archipelago-6e758b70bf35063df270494932bb0fcfa8cacd14.tar.gz
lingo2-archipelago-6e758b70bf35063df270494932bb0fcfa8cacd14.tar.bz2
lingo2-archipelago-6e758b70bf35063df270494932bb0fcfa8cacd14.zip
[Tools] Typo in header guard
-rw-r--r--tools/validator/validator.h2
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
4namespace com::fourisland::lingo2_archipelago { 4namespace com::fourisland::lingo2_archipelago {