This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
json_pointer.c: fix whitespace
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
tags/json-c-0.13-20171207
Alexandru Ardelean
9 years ago
parent
8e12f4a21c
commit
97dd7d5103
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
json_pointer.c
+ 1
- 1
json_pointer.c
View File
@@ -159,7 +159,7 @@ static int json_pointer_get_recursive(
}
/* We should be at the end of the recursion here */
if (value)
if (value)
*value = obj;
return 0;
Write
Preview
Loading…
Cancel
Save