Browse Source

Fix annoying typo

bensku 8 years ago
parent
commit
e19785e9d9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/BansheeUtility/Unix/BsUnixFileSystem.cpp

+ 0 - 1
Source/BansheeUtility/Unix/BsUnixFileSystem.cpp

@@ -119,7 +119,6 @@ namespace bs
 			// Error handling
 			src.close();
 			if (!src)
-			
 			{
 				LOGERR(String(__FUNCTION__) + ": renaming " + oldPathStr + " to " + newPathStr +
 						": " + strerror(errno));