Minor indentation fix

This commit is contained in:
def 2015-08-26 15:44:25 +02:00
parent 6a010bc09c
commit a4a48255bc

View file

@ -1695,7 +1695,7 @@ int fs_is_dir(const char *path)
time_t fs_getmtime(const char *path)
{
struct stat sb;
struct stat sb;
if (stat(path, &sb) == -1)
return 0;