File diff r4076:ac684fc44bc2 → r4077:259c4c4aacad
fileio.c
Show inline comments
 
@@ -133,9 +133,9 @@ bool FiosCheckFileExists(const char *fil
 
	}
 
#endif
 

	
 
	if (f == NULL)
 
	if (f == NULL) {
 
		return false;
 
	else {
 
	} else {
 
		fclose(f);
 
		return true;
 
	}