1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-02 07:20:34 +00:00

(file_ops.c) Cleanups

This commit is contained in:
twinaphex 2015-03-21 09:42:15 +01:00
parent 08f13ccc0d
commit fad16b5c60

@ -90,7 +90,6 @@ static int read_generic_file(const char *path, void **buf, ssize_t *len)
long ret = 0;
size_t content_buf_size = 0;
void *content_buf = NULL;
FILE *file = fopen(path, "rb");
if (!file)