From 76e06b86c7c364cb2d1773e8e45b582882fe0eaa Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Sat, 8 Feb 2025 10:38:26 +0200 Subject: [PATCH] Quick fix. --- jh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jh.h b/jh.h index b9afaa2..3d42a5a 100644 --- a/jh.h +++ b/jh.h @@ -43,7 +43,7 @@ void jh_sort_int_array(int* array, size_t arrlen, const char* order); // implementation Below // -------------------------------------- -#ifdef JH_H_IMPLEMENTATION +#ifdef JH_IMPLEMENTATION // -------------------------------------- // Macros: