Explorar el Código

fixed JSON format

tags/v1.1.0
Pascal Gloor hace 5 años
padre
commit
e1a024e54a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/dp_events.c

+ 1
- 1
src/dp_events.c Ver fichero

@@ -111,7 +111,7 @@ void dp_events_stats(dp_conf *conf) {
}


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

fclose(fh);


Cargando…
Cancelar
Guardar