diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-23 17:41:14 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-23 17:41:14 +0100 |
| commit | 2d18af6411fddd3b13238cf5636cc37ae416980f (patch) | |
| tree | df6a079d4c66579b8fede55544b04e34b2b0bee4 | |
| parent | 96d802e4534182dc9cc546eb91cee809375542ea (diff) | |
ensure consistency
| -rw-r--r-- | cheesemap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cheesemap.h b/cheesemap.h index d17a8f5..e698e09 100644 --- a/cheesemap.h +++ b/cheesemap.h @@ -1,5 +1,5 @@ -#ifndef CHEESEMAP -#define CHEESEMAP +#ifndef CHEESEMAP_ +#define CHEESEMAP_ #ifdef __cplusplus extern "C" { |
