Skip to content

Commit b817198

Browse files
committed
Merge branch 'jk/common-main'
A trivial clean-up to a recently graduated topic. * jk/common-main: git-compat-util: move content inside ifdef/endif guards
2 parents 9fa1f90 + 5c238e2 commit b817198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-compat-util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,6 @@ struct tm *git_gmtime_r(const time_t *, struct tm *);
11011101
#define getc_unlocked(fh) getc(fh)
11021102
#endif
11031103

1104-
#endif
1105-
11061104
extern int cmd_main(int, const char **);
1105+
1106+
#endif

0 commit comments

Comments
 (0)