OSDN Git Service

[Refactor] #37353 型の置換。 / Type replacement.
[hengband/hengband.git] / src / util.c
index e1972e3..9dce76a 100644 (file)
@@ -663,7 +663,6 @@ errr fd_copy(cptr file, cptr what)
        return (0);
 }
 
-
 /*
  * Hack -- attempt to open a file descriptor (create file)
  * This function should fail if the file already exists
@@ -691,7 +690,6 @@ int fd_make(cptr file, BIT_FLAGS mode)
        return (open(buf, O_CREAT | O_EXCL | O_WRONLY | O_BINARY, mode));
 #endif
 
-
 }