From 51b835f71b67e8990653406aba46434ade754611 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 30 Jun 2020 10:19:37 -0400 Subject: [PATCH] Correcting typo (#1007) Co-authored-by: Daniel Lemire --- windows/dirent_portable.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/dirent_portable.h b/windows/dirent_portable.h index 6d503d817..2603d144b 100644 --- a/windows/dirent_portable.h +++ b/windows/dirent_portable.h @@ -1,5 +1,5 @@ -#ifndef SIMDBJSON_DIRENT_PORTABLE_INC_ -#define SIMDBJSON_DIRENT_PORTABLE_INC_ +#ifndef SIMDJSON_DIRENT_PORTABLE_INC_ +#define SIMDJSON_DIRENT_PORTABLE_INC_ #if (!defined(_WIN32) && !defined(_WIN64) && !(__MINGW32__) && !(__MINGW64__)) #include @@ -7,4 +7,4 @@ #include "toni_ronnko_dirent.h" #endif -#endif // SIMDBJSON_DIRENT_PORTABLE_INC_ +#endif // SIMDJSON_DIRENT_PORTABLE_INC_