Fix warnings

This commit is contained in:
Pasi Kallinen
2015-03-12 17:57:13 +02:00
parent a46ad54b1d
commit 400d842a8f
3 changed files with 5 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ const char *goal;
coord cc;
int sym = 0;
char tmpbuf[BUFSZ];
char *firstmatch = NULL;
const char *firstmatch = NULL;
cc.x = cx;
cc.y = cy;
if (do_screen_description(cc, TRUE, sym, tmpbuf, &firstmatch)) {