summaryrefslogtreecommitdiff
path: root/tools/counter
diff options
context:
space:
mode:
Diffstat (limited to 'tools/counter')
-rw-r--r--tools/counter/counter_watch_events.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/counter/counter_watch_events.c b/tools/counter/counter_watch_events.c
index 37d1b4b3e63d..107631e0f2e3 100644
--- a/tools/counter/counter_watch_events.c
+++ b/tools/counter/counter_watch_events.c
@@ -230,8 +230,8 @@ int main(int argc, char **argv)
break;
default:
return EXIT_FAILURE;
- };
- };
+ }
+ }
if (nwatch) {
watches = calloc(nwatch, sizeof(*watches));
@@ -330,7 +330,7 @@ int main(int argc, char **argv)
i++;
break;
}
- };
+ }
if (debug)
print_watch(watches, nwatch);