Skip to content

Commit 8719cd5

Browse files
authored
Merge pull request #4 from AntGeorge/patch-1
Update README.md
2 parents 63cc948 + bde1ee9 commit 8719cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int weather_to_json( char* dest, struct weather const* src ) {
3232
p = json_int( p, "temp", src->temp ); // --> {"temp":22,\0
3333
p = json_int( p, "hum", src->hum ); // --> {"temp":22,"hum":45,\0
3434
p = json_objClose( p ); // --> {"temp":22,"hum":45},\0
35-
p = json_end( p ); // --> {"temp":22,"hum":45}\0
35+
p = json_end( p ); // --> {"temp":22,"hum":45}\0
3636
return p - dest;
3737
}
3838

0 commit comments

Comments
 (0)