diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-03-31 03:30:09 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-03-31 03:30:09 +0000 |
commit | 5c34951e09bbdb6d007dace6ea48be5081577f4c (patch) | |
tree | 7149572d7bbad0bb54a83da5be88f30b728b4eed /games/sail/player.h | |
parent | 497d87446ab66f7703f021fcb66a0fb4696a693e (diff) |
Quick fix to shut up the compiler and not to printf() while in curses.
Diffstat (limited to 'games/sail/player.h')
-rw-r--r-- | games/sail/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sail/player.h b/games/sail/player.h index 0a32cd087bb..9faf86986cd 100644 --- a/games/sail/player.h +++ b/games/sail/player.h @@ -109,7 +109,7 @@ char loaded, fired, changed, repaired; char dont_adjust; int viewrow, viewcol; char movebuf[sizeof SHIP(0)->file->movebuf]; -char version[]; +char *version; int player; struct ship *ms; /* memorial structure, &cc->ship[player] */ struct File *mf; /* ms->file */ |