aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/top.c')
-rw-r--r--src/firemon/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/top.c b/src/firemon/top.c
index d0f911e60..585fdcdab 100644
--- a/src/firemon/top.c
+++ b/src/firemon/top.c
@@ -331,7 +331,7 @@ void top(void) {
331 } 331 }
332 head_print(col, row); 332 head_print(col, row);
333#ifdef HAVE_GCOV 333#ifdef HAVE_GCOV
334 __gcov_flush(); 334 __gcov_flush();
335#endif 335#endif
336 } 336 }
337} 337}