summaryrefslogtreecommitdiffstats
path: root/games/phantasia/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/phantasia/setup.c')
-rw-r--r--games/phantasia/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/phantasia/setup.c b/games/phantasia/setup.c
index a6f2d6e..fddf7f4 100644
--- a/games/phantasia/setup.c
+++ b/games/phantasia/setup.c
@@ -60,7 +60,7 @@ main(argc, argv)
int argc;
char *argv[];
{
- register char **filename; /* for pointing to file names */
+ char **filename; /* for pointing to file names */
register int fd; /* file descriptor */
FILE *fp; /* for opening files */
struct stat fbuf; /* for getting files statistics */
OpenPOWER on IntegriCloud