Skip to content

Commit e8fa7f4

Browse files
author
virco
committed
fix
1 parent c7a9493 commit e8fa7f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gitcommit.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef _GITCOMMIT_H
22
#define _GITCOMMIT_H
33

4-
#define GIT_PREV_COMMIT_ID "7712baead6d44a0f4107f63454c6ca285d8611ef"
5-
#define GIT_PREV_COMMIT_DATE "2016-12-11 16:30:16 +0200"
6-
#define GIT_COMMIT_DATE "2016-12-11 16:43:35 +0200"
4+
#define GIT_PREV_COMMIT_ID "c7a94933a94ce2f8269219df7d0810333dbb2a9b"
5+
#define GIT_PREV_COMMIT_DATE "2016-12-11 16:43:35 +0200"
6+
#define GIT_COMMIT_DATE "2016-12-12 14:07:54 +0200"
77

88
#endif

pcompat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2737,7 +2737,7 @@ int psync_file_set_creation(psync_file_t fd, time_t ctime){
27372737
fctime.dwLowDateTime=(DWORD)lctime;
27382738
fctime.dwHighDateTime=lctime>>32;
27392739
return psync_bool_to_zero(SetFileTime(fd, &fctime, NULL, NULL));
2740-
#elseif defined(P_OS_MACOSX)
2740+
#elif defined(P_OS_MACOSX)
27412741
struct attrlist attr;
27422742
struct timespec crtime;
27432743
memset(&attr, 0, sizeof(attr));

0 commit comments

Comments
 (0)