diff options
Diffstat (limited to 'src/reflog.h')
-rw-r--r-- | src/reflog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflog.h b/src/reflog.h index d54b4cde8..8c3895952 100644 --- a/src/reflog.h +++ b/src/reflog.h @@ -38,4 +38,4 @@ GIT_INLINE(size_t) reflog_inverse_index(size_t idx, size_t total) return (total - 1) - idx; } -#endif /* INCLUDE_reflog_h__ */ +#endif |