From 6c4703ceaaaa7d9fa6bdb1da70409777a852cb3a Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 24 Nov 2021 22:10:17 -0500 Subject: [PATCH] compile_info.h: Correct header guard --- compile_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_info.h b/compile_info.h index e5f5d2f..8697897 100644 --- a/compile_info.h +++ b/compile_info.h @@ -1,4 +1,4 @@ -#ifndef BINRAY_INFO_H +#ifndef BINARY_INFO_H #define BINARY_INFO_H #include