Browse Source

skipcpio: return something at end of program

Otherwise the compiler emits a warning and the return vale is
in theory undefined.
master
Cristian Rodríguez 11 years ago committed by Harald Hoyer
parent
commit
6b449e8a6d
  1. 2
      skipcpio/skipcpio.c

2
skipcpio/skipcpio.c

@ -120,4 +120,6 @@ int main(int argc, char **argv) @@ -120,4 +120,6 @@ int main(int argc, char **argv)
break;
}
fclose(f);

return EXIT_SUCCESS;
}

Loading…
Cancel
Save