Skip to content

Commit 565e9f6

Browse files
committed
Minor tagging fix.
1 parent b257193 commit 565e9f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,13 +933,13 @@ see some random tags and stuff in this file. These are just used for doing a dum
933933
extern "C" {
934934
#endif
935935

936-
/* BEG fs_platform_detection.c */
936+
/* BEG fs_platform_detection.h */
937937
#if defined(_WIN32)
938938
#define FS_WIN32
939939
#else
940940
#define FS_POSIX
941941
#endif
942-
/* END fs_platform_detection.c */
942+
/* END fs_platform_detection.h */
943943

944944
/* BEG fs_compiler_compat.h */
945945
#include <stddef.h> /* For size_t. */

0 commit comments

Comments
 (0)