Clean-up: replace erroneous of empty parameter list by void
[lttng-tools.git] / tests / regression / tools / notification / notification.c
index e13979ee8ca385f2de36347fb529f548e4d72eab..cc42e6153c452bb209d887a68e14812286e4fc6c 100644 (file)
@@ -171,7 +171,7 @@ error:
 }
 
 static
-int resume_application()
+int resume_application(void)
 {
        int ret;
        struct stat buf;
This page took 0.02309 seconds and 4 git commands to generate.