diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-25 21:37:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-25 21:37:48 +0000 |
commit | 028fc28eab0d3cdaea5f86e14279481d0b1f8b98 (patch) | |
tree | 49ae2869e50ef989e05e51d485ae8d60318b678e /games/phantasia/main.c | |
parent | 474f69d6bb11b8f0bf0b031b0983889752f4381b (diff) |
comment repair
Diffstat (limited to 'games/phantasia/main.c')
-rw-r--r-- | games/phantasia/main.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/phantasia/main.c b/games/phantasia/main.c index 03b87df4a10..52f9d23e46c 100644 --- a/games/phantasia/main.c +++ b/games/phantasia/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.12 2003/04/06 18:50:38 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.13 2003/04/25 21:37:47 deraadt Exp $ */ /* $NetBSD: main.c,v 1.3 1995/04/24 12:24:37 cgd Exp $ */ /* @@ -77,8 +77,8 @@ / throneroom(), checkbattle(), readmessage(), changestats(), writerecord(), / tradingpost(), adjuststats(), recallplayer(), displaystats(), checktampered(), / fabs(), rollnewplayer(), time(), exit(), sqrt(), floor(), wmove(), -/ signal(), strcat(), purgeoldplayers(), getuid(), isatty(), wclear(), -/ strcpy(), system(), altercoordinates(), cleanup(), waddstr(), procmain(), +/ signal(), strlcat(), purgeoldplayers(), getuid(), isatty(), wclear(), +/ strlcpy(), system(), altercoordinates(), cleanup(), waddstr(), procmain(), / playinit(), leavegame(), localtime(), getanswer(), neatstuff(), initialstate(), / scorelist(), titlelist() / @@ -752,8 +752,8 @@ procmain() / / RETURN VALUE: none / -/ MODULES CALLED: fread(), fseek(), fopen(), fgets(), wmove(), strcpy(), -/ fclose(), strlen(), waddstr(), sprintf(), wrefresh() +/ MODULES CALLED: fread(), fseek(), fopen(), fgets(), wmove(), strlcpy(), +/ fclose(), strlen(), waddstr(), snprintf(), wrefresh() / / GLOBAL INPUTS: Lines, Other, *stdscr, Databuf[], *Playersfp / |