mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fix c90 comment style
This commit is contained in:
parent
89451cafbd
commit
14b8d398fd
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ static size_t uintSize(unsigned value)
|
|||
return size;
|
||||
}
|
||||
|
||||
// Note: presume @buffer is large enough
|
||||
/* Note: presume @buffer is large enough */
|
||||
static void writeUint_varLen(char* buffer, size_t capacity, unsigned value)
|
||||
{
|
||||
int endPos = (int)uintSize(value) - 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue