Skip to content

Commit de1865f

Browse files
authored
Merge pull request libgit2#5413 from csware/nsectypo
Fix typo on GIT_USE_NEC
2 parents 8137026 + ff46c5d commit de1865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/posix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typedef int GIT_SOCKET;
3333
# define st_atime_nsec st_atim.tv_nsec
3434
# define st_mtime_nsec st_mtim.tv_nsec
3535
# define st_ctime_nsec st_ctim.tv_nsec
36-
#elif !defined(GIT_USE_STAT_MTIME_NSEC) && defined(GIT_USE_NEC)
36+
#elif !defined(GIT_USE_STAT_MTIME_NSEC) && defined(GIT_USE_NSEC)
3737
# error GIT_USE_NSEC defined but unknown struct stat nanosecond type
3838
#endif
3939

0 commit comments

Comments
 (0)