(file_extract.c) Indenting nits
This commit is contained in:
parent
6b15e8910a
commit
576ad9dab2
|
@ -159,6 +159,7 @@ static void *zlib_file_open(const char *path)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
ret = read_file(path, &data->data);
|
ret = read_file(path, &data->data);
|
||||||
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
RARCH_ERR("Failed to open archive: %s.\n",
|
RARCH_ERR("Failed to open archive: %s.\n",
|
||||||
|
|
Loading…
Reference in New Issue