mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-04-16 16:29:04 +05:30
reverse-ramdisk.c: return EXIT_SUCCESS
instead of 0
This commit is contained in:
parent
ea8aad6108
commit
60b6a4cb86
@ -452,6 +452,6 @@ int main(void) {
|
||||
|
||||
tf_finish();
|
||||
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user