aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/netstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/netstats.c')
-rw-r--r--src/firemon/netstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/netstats.c b/src/firemon/netstats.c
index bc951aa26..205ad7601 100644
--- a/src/firemon/netstats.c
+++ b/src/firemon/netstats.c
@@ -247,7 +247,7 @@ void netstats(void) {
247 } 247 }
248 } 248 }
249#ifdef HAVE_GCOV 249#ifdef HAVE_GCOV
250 __gcov_flush(); 250 __gcov_flush();
251#endif 251#endif
252 } 252 }
253} 253}