Skip to content

Commit

Permalink
fix c90 comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Aug 6, 2024
1 parent 89451ca commit 14b8d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/benchzstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 14b8d39

Please sign in to comment.