1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +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

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");