(file_ops.c) Cleanups

This commit is contained in:
twinaphex 2015-03-21 09:42:15 +01:00
parent 08f13ccc0d
commit fad16b5c60
1 changed files with 3 additions and 4 deletions

View File

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