Skip to content

Commit 014bece

Browse files
committed
Fix missing comment ending
This was causing the subsequent declarations to be ignored.
1 parent 7d3ac05 commit 014bece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/stdint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ typedef uint64_t uintmax_t;
221221
#endif /* __STDC_LIMIT_MACROS ] */
222222

223223

224-
/* 7.18.4 Limits of other integer types
224+
/* 7.18.4 Limits of other integer types */
225225

226226
#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) /* [ See footnote 224 at page 260 */
227227

0 commit comments

Comments
 (0)