aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/bandwidth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/bandwidth.c b/src/firejail/bandwidth.c
index 25dd7a0fb..e0be1f06a 100644
--- a/src/firejail/bandwidth.c
+++ b/src/firejail/bandwidth.c
@@ -98,7 +98,7 @@ void ifbw_remove(IFBW *r) {
98 return; 98 return;
99} 99}
100 100
101int fibw_count(viod) { 101int fibw_count(void) {
102 int rv = 0; 102 int rv = 0;
103 IFBW *ptr = ifbw; 103 IFBW *ptr = ifbw;
104 104