1
0
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:
パチュリー・ノーレッジ 2024-07-30 17:57:24 +03:00
parent ea8aad6108
commit 60b6a4cb86
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

@ -452,6 +452,6 @@ int main(void) {
tf_finish();
return 0;
return EXIT_SUCCESS;
}
#endif