Browse Source

Fixed minor whitespace issue.

Ryan C. Gordon 20 years ago
parent
commit
f71362cbb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      physfs.c

+ 1 - 1
physfs.c

@@ -1090,7 +1090,7 @@ int PHYSFS_setSaneConfig(const char *organization, const char *appName,
         } /* if */
         } /* if */
         else
         else
         {
         {
-                no_write = 1;
+            no_write = 1;
         } /* else */
         } /* else */
 
 
         if (no_write)
         if (no_write)