summaryrefslogtreecommitdiffstats
path: root/games/sail/pl_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/sail/pl_2.c')
-rw-r--r--games/sail/pl_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sail/pl_2.c b/games/sail/pl_2.c
index 0929419..1512443 100644
--- a/games/sail/pl_2.c
+++ b/games/sail/pl_2.c
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)pl_2.c 8.1 (Berkeley) 5/31/93";
play()
{
- register struct ship *sp;
+ struct ship *sp;
for (;;) {
switch (sgetch("~\b", (struct ship *)0, 0)) {
OpenPOWER on IntegriCloud