summaryrefslogtreecommitdiffstats
path: root/games/sail/dr_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/sail/dr_main.c')
-rw-r--r--games/sail/dr_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sail/dr_main.c b/games/sail/dr_main.c
index cbb3c73..ed5378e 100644
--- a/games/sail/dr_main.c
+++ b/games/sail/dr_main.c
@@ -41,8 +41,8 @@ static char sccsid[] = "@(#)dr_main.c 8.2 (Berkeley) 4/16/94";
dr_main()
{
- register int n;
- register struct ship *sp;
+ int n;
+ struct ship *sp;
int nat[NNATION];
int value = 0;
OpenPOWER on IntegriCloud