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