mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 06:29:06 +08:00
add the disabling formatting coments and adjust the partial code manuly
This commit is contained in:
@@ -153,10 +153,10 @@ json_object_iter_init_default(void)
|
||||
struct json_object_iterator iter;
|
||||
|
||||
/**
|
||||
* @note Make this a negative, invalid value, such that
|
||||
* accidental access to it would likely be trapped by the
|
||||
* hardware as an invalid address.
|
||||
*/
|
||||
* @note Make this a negative, invalid value, such that
|
||||
* accidental access to it would likely be trapped by the
|
||||
* hardware as an invalid address.
|
||||
*/
|
||||
iter.opaque_ = NULL;
|
||||
|
||||
return iter;
|
||||
|
||||
Reference in New Issue
Block a user