From bcfec9ee73a46ae82e7720998d3e18f0744dc53c Mon Sep 17 00:00:00 2001 From: anon Date: Mon, 8 Jul 2024 17:37:00 +0200 Subject: [PATCH] fix header guard --- source/eaxhla.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/eaxhla.h b/source/eaxhla.h index 9b0eb54..22efc41 100644 --- a/source/eaxhla.h +++ b/source/eaxhla.h @@ -1,4 +1,4 @@ -#ifndef TABLE_H_ +#ifndef EAXHLA_H #include @@ -28,5 +28,5 @@ extern void issue_error(const char * format, ...); extern int is_program_found; -#define TABLE_H_ +#define EAXHLA_H #endif