summaryrefslogtreecommitdiffstats
path: root/games/phantasia/gamesupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/phantasia/gamesupport.c')
-rw-r--r--games/phantasia/gamesupport.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/games/phantasia/gamesupport.c b/games/phantasia/gamesupport.c
index db103a1..bea933a 100644
--- a/games/phantasia/gamesupport.c
+++ b/games/phantasia/gamesupport.c
@@ -17,12 +17,12 @@
/
/ RETURN VALUE: none
/
-/ MODULES CALLED: freerecord(), writerecord(), descrstatus(), truncstring(),
-/ time(), more(), wmove(), wclear(), strcmp(), printw(), strcpy(),
-/ infloat(), waddstr(), cleanup(), findname(), userlist(), mvprintw(),
+/ MODULES CALLED: freerecord(), writerecord(), descrstatus(), truncstring(),
+/ time(), more(), wmove(), wclear(), strcmp(), printw(), strcpy(),
+/ infloat(), waddstr(), cleanup(), findname(), userlist(), mvprintw(),
/ localtime(), getanswer(), descrtype(), getstring()
/
-/ GLOBAL INPUTS: LINES, *Login, Other, Wizard, Player, *stdscr, Databuf[],
+/ GLOBAL INPUTS: LINES, *Login, Other, Wizard, Player, *stdscr, Databuf[],
/ Fileloc
/
/ GLOBAL OUTPUTS: Echo
@@ -226,7 +226,7 @@ short *sptr; /* pointer to short item to change */
if (strcmp(Databuf, playerp->p_password) != 0)
continue;
}
-
+
if (c == 'A')
/* get new name */
{
@@ -537,7 +537,7 @@ register int count = 0; /* count in file */
/
/ MODULES CALLED: fread(), fopen(), printf(), fclose()
/
-/ GLOBAL INPUTS:
+/ GLOBAL INPUTS:
/
/ GLOBAL OUTPUTS: none
/
@@ -660,7 +660,7 @@ long loc = 0L; /* location in file */
/
/ RETURN VALUE: none
/
-/ MODULES CALLED: fread(), fseek(), fopen(), error(), strcmp(), fclose(),
+/ MODULES CALLED: fread(), fseek(), fopen(), error(), strcmp(), fclose(),
/ strcpy(), fwrite(), descrtype()
/
/ GLOBAL INPUTS: Player
OpenPOWER on IntegriCloud