summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/revstr.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/revstr.hpp b/src/utils/revstr.hpp
index 0f00076..27c9e3e 100644
--- a/src/utils/revstr.hpp
+++ b/src/utils/revstr.hpp
@@ -1,5 +1,5 @@
-#ifndef REVSTRP_INCLUDED
-# define REVSTR_INCLUDED
+#ifndef REVSTR_HPP_INCLUDED
+# define REVSTR_HPP_INCLUDED
#include <string>
@@ -8,4 +8,4 @@ namespace utils
std::string revstr(const std::string& original);
}
-#endif // REVSTR_INCLUDED
+#endif // REVSTR_HPP_INCLUDED