repo.or.cz
/
libgit2
/
github.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
270d801
)
include: Fix code comment termination
author
Florian Pircher
<
[email protected]
>
Thu, 2 Jan 2025 16:19:58 +0000
(2 17:19 +0100)
committer
GitHub
<
[email protected]
>
Thu, 2 Jan 2025 16:19:58 +0000
(2 17:19 +0100)
include/git2/stdint.h
patch
|
blob
|
blame
|
history
diff --git
a/include/git2/stdint.h
b/include/git2/stdint.h
index
4b235c7
..
4f532e1
100644
(file)
--- a/
include/git2/stdint.h
+++ b/
include/git2/stdint.h
@@
-221,7
+221,7
@@
typedef uint64_t uintmax_t;
#endif /* __STDC_LIMIT_MACROS ] */
-/* 7.18.4 Limits of other integer types
+/* 7.18.4 Limits of other integer types
*/
#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) /* [ See footnote 224 at page 260 */