summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-05 15:52:12 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-05 15:52:12 -0400
commitde60c27a2c10e1ba341b5ca5069f76334b905ad1 (patch)
treecfeb10d120d8e7446027b518e804d6ca0c1ddcdd /include
parentbccb280f6daad2b96cc44f393f275f5030c2c1a7 (diff)
THeap: Fix single include ifdef in header
oof, didn't notice it.
Diffstat (limited to 'include')
-rw-r--r--include/pso/THeap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pso/THeap.h b/include/pso/THeap.h
index fa8df22..f906dd0 100644
--- a/include/pso/THeap.h
+++ b/include/pso/THeap.h
@@ -1,5 +1,5 @@
-#ifndef TMAINTASK_H
-#define TMAINTASK_H
+#ifndef THEAP_H
+#define THEAP_H
#include "pso/forward.h"
#include "pso/macros.h"