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:
parent
a52c6f343c
commit
2e0104b5ee
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user