Small whitespace fix
This commit is contained in:
@@ -107,7 +107,7 @@ static void Sys_SetHomePaths( void ) {
|
|||||||
*/
|
*/
|
||||||
static qboolean Sys_IsSymbolic(const char* path) {
|
static qboolean Sys_IsSymbolic(const char* path) {
|
||||||
struct stat buf;
|
struct stat buf;
|
||||||
int errCode = lstat(path, &buf);
|
int errCode = lstat(path, &buf);
|
||||||
return (errCode == 0);
|
return (errCode == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user