Skip to content

Commit

Permalink
delete leftover comma
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Aug 31, 2023
1 parent 873abee commit 0f416a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config-win32.h
Expand Up @@ -407,7 +407,7 @@
#define _CRT_NONSTDC_NO_DEPRECATE 1
#endif

/* mingw-w64, and visual studio >= 2005 (MSVCR80)
/* mingw-w64 and visual studio >= 2005 (MSVCR80)
all default to 64-bit time_t unless _USE_32BIT_TIME_T is defined */
#if (defined(_MSC_VER) && (_MSC_VER >= 1400)) || defined(__MINGW32__)
# ifndef _USE_32BIT_TIME_T
Expand Down

0 comments on commit 0f416a5

Please sign in to comment.