Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
Fix json syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Feb 19, 2015
1 parent f6d2f3d commit e0f167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ static char * appendStatsJson(char *p,
p += snprintf(p, end-p,
",\"cpr\":{\"surface\":%u"
",\"airborne\":%u"
"\"global_ok\":%u"
",\"global_ok\":%u"
",\"global_bad\":%u"
",\"global_range\":%u"
",\"global_speed\":%u"
Expand Down

0 comments on commit e0f167b

Please sign in to comment.