summaryrefslogtreecommitdiffstats
path: root/games/trek/out.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/trek/out.c')
-rw-r--r--games/trek/out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trek/out.c b/games/trek/out.c
index cd57891..21b5058 100644
--- a/games/trek/out.c
+++ b/games/trek/out.c
@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)out.c 8.1 (Berkeley) 5/31/93";
out(dev)
int dev;
{
- register struct device *d;
+ struct device *d;
d = &Device[dev];
printf("%s reports %s ", d->person, d->name);
OpenPOWER on IntegriCloud