提交 71b96afc 编写于 作者: M Max Bruckner

print_number: Fix comment (missing word 'zeroes')

上级 749fefc0
......@@ -417,7 +417,7 @@ static cJSON_bool print_number(const cJSON * const item, printbuffer * const out
unsigned char *output_pointer = NULL;
double d = item->valuedouble;
int length = 0;
cJSON_bool trim_zeroes = true; /* should at the end be removed? */
cJSON_bool trim_zeroes = true; /* should zeroes at the end be removed? */
if (output_buffer == NULL)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册