1
0

remove warnings

This commit is contained in:
otya128
2016-12-03 17:12:06 +09:00
parent 601b0305e9
commit 326ca3a25b
2 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ class Graphic
int y; /* 領域のY座標 */
int oy; /* 親ラインのY座標 */
};
BufStr buff[MAXSIZE]; /* シード登録用バッファ */
BufStr[MAXSIZE] buff; /* シード登録用バッファ */
BufStr* sIdx, eIdx; /* buffの先頭・末尾ポインタ */
uint point(int x, int y)
{