From 01a97804ad06fc38800ec5520c715f4f6af3892c Mon Sep 17 00:00:00 2001
From: Mitya Selivanov <automainint@guattari.tech>
Date: Mon, 10 Jun 2024 04:45:50 +0200
Subject: Fix header guard macro name

---
 source/kit/astar.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/kit/astar.h b/source/kit/astar.h
index b4a5909..4a8fb06 100644
--- a/source/kit/astar.h
+++ b/source/kit/astar.h
@@ -10,8 +10,8 @@
 //  - Sight: when two nodes are in direct sight of each other, skip
 //    nodes between them (Theta*).
 
-#ifndef KIT_ASTAR_INL_H
-#define KIT_ASTAR_INL_H
+#ifndef KIT_ASTAR_H
+#define KIT_ASTAR_H
 
 #include "types.h"
 #include "status.h"
-- 
cgit v1.2.3