Tests: Change syscall tests to use `gen-syscall-events` testapp
[lttng-tools.git] / tests / utils / testapp / gen-syscall-events / gen-syscall-events.c
index 5e4aabe582708f404934f3eaa25a1719689efdf7..9d025073577013a7232b11b90e52a7f452a14dad 100644 (file)
@@ -33,7 +33,7 @@
  */
 int main(int argc, char **argv)
 {
-       int fd, ret = 0;
+       int fd, ret;
        char buf[MAX_LEN];
        char *start_file;
 
This page took 0.023178 seconds and 4 git commands to generate.