skipcpio: return something at end of program
Otherwise the compiler emits a warning and the return vale is in theory undefined.master
parent
ba9368fa4f
commit
6b449e8a6d
|
|
@ -120,4 +120,6 @@ int main(int argc, char **argv)
|
|||
break;
|
||||
}
|
||||
fclose(f);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue