fix c90 comment style
This commit is contained in:
@@ -149,7 +149,7 @@ static size_t uintSize(unsigned value)
|
|||||||
return size;
|
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)
|
static void writeUint_varLen(char* buffer, size_t capacity, unsigned value)
|
||||||
{
|
{
|
||||||
int endPos = (int)uintSize(value) - 1;
|
int endPos = (int)uintSize(value) - 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user