1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 18:02:23 +05:30

reverse-ramdisk.c: resolve -Wstrict-prototypes

This commit is contained in:
Intel A80486DX2-66 2023-12-27 18:38:05 +03:00
parent a52c6f343c
commit 2e0104b5ee
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -191,7 +191,7 @@ int tf_read(int ID, size_t offset, void* dest, size_t data_size) {
} while (0)
#ifdef TEST
int main() {
int main(void) {
int ID = tf_alloc(4, sizeof(int));
if (ID == -1)
retreat("tf_alloc");