Browse Source

fixed JSON format

tags/v1.1.0
Pascal Gloor 5 years ago
parent
commit
e1a024e54a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/dp_events.c

+ 1
- 1
src/dp_events.c View File

} }




fprintf(fh, "}");
fprintf(fh, "} }");


fclose(fh); fclose(fh);



Loading…
Cancel
Save