1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-01-10 17:32:05 +05:30

reverse-ramdisk.c: resolve -Wstrict-prototypes

This commit is contained in:
パチュリー・ノーレッジ 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) } while (0)
#ifdef TEST #ifdef TEST
int main() { int main(void) {
int ID = tf_alloc(4, sizeof(int)); int ID = tf_alloc(4, sizeof(int));
if (ID == -1) if (ID == -1)
retreat("tf_alloc"); retreat("tf_alloc");