OSDN Git Service

#37287 #37353 (2.2.0.89) ACTION_SKILL_POWER 型を定義し、型の置換を継続中。 / Define ACTION_SKILL_POW...
[hengband/hengband.git] / src / z-virt.c
index 3405ef0..b3d74a2 100644 (file)
@@ -1,4 +1,4 @@
-/* File: z-virt.c */
+/* File: z-virt.c */
 
 /*
  * Copyright (c) 1997 Ben Harrison
@@ -48,7 +48,7 @@ vptr rnfree(vptr p, huge len)
        {
                char buf[80];
                sprintf(buf, "Kill (%ld): %ld - %ld = %ld.",
-                       len, virt_make, virt_kill, virt_make - virt_kill);
+                       len, virt_make, virt_kill, virt_make - virt_kill);
                plog(buf);
        }
 
@@ -115,7 +115,7 @@ vptr ralloc(huge len)
        {
                char buf[80];
                sprintf(buf, "Make (%ld): %ld - %ld = %ld.",
-                       len, virt_make, virt_kill, virt_make - virt_kill);
+                       len, virt_make, virt_kill, virt_make - virt_kill);
                plog(buf);
        }