Skip to content

Commit 51b835f

Browse files
lemireDaniel Lemire
and
Daniel Lemire
authored
Correcting typo (simdjson#1007)
Co-authored-by: Daniel Lemire <lemire@gmai.com>
1 parent e38fe3d commit 51b835f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows/dirent_portable.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#ifndef SIMDBJSON_DIRENT_PORTABLE_INC_
2-
#define SIMDBJSON_DIRENT_PORTABLE_INC_
1+
#ifndef SIMDJSON_DIRENT_PORTABLE_INC_
2+
#define SIMDJSON_DIRENT_PORTABLE_INC_
33

44
#if (!defined(_WIN32) && !defined(_WIN64) && !(__MINGW32__) && !(__MINGW64__))
55
#include <dirent.h>
66
#else
77
#include "toni_ronnko_dirent.h"
88
#endif
99

10-
#endif // SIMDBJSON_DIRENT_PORTABLE_INC_
10+
#endif // SIMDJSON_DIRENT_PORTABLE_INC_

0 commit comments

Comments
 (0)