(file_extract.c) Indenting nits

This commit is contained in:
twinaphex 2015-01-23 09:08:58 +01:00
parent 6b15e8910a
commit 576ad9dab2
1 changed files with 14 additions and 13 deletions

View File

@ -159,6 +159,7 @@ static void *zlib_file_open(const char *path)
return NULL;
ret = read_file(path, &data->data);
if (ret < 0)
{
RARCH_ERR("Failed to open archive: %s.\n",