OSDN Git Service

[Refactor] #38861 cptr を concptrに改名 / rename cptr to concptr.
[hengband/hengband.git] / src / main-cap.c
index 34b4cfb..a250255 100644 (file)
@@ -873,7 +873,7 @@ static errr Term_wipe_cap(int x, int y, int n)
 /*
  * Place some text on the screen using an attribute
  */
-static errr Term_text_cap(int x, int y, int n, byte a, cptr s)
+static errr Term_text_cap(int x, int y, int n, byte a, concptr s)
 {
        int i;