This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
dhcp_protect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
fixed JSON format
tags/v1.1.0
Pascal Gloor
5 years ago
parent
c66a53ecea
commit
e1a024e54a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/dp_events.c
+ 1
- 1
src/dp_events.c
View File
@@ -111,7 +111,7 @@ void dp_events_stats(dp_conf *conf) {
}
fprintf(fh, "}");
fprintf(fh, "}
}
");
fclose(fh);
Write
Preview
Loading…
Cancel
Save