diff options
author | fn <fn@cvs.openbsd.org> | 1996-05-26 07:23:15 +0000 |
---|---|---|
committer | fn <fn@cvs.openbsd.org> | 1996-05-26 07:23:15 +0000 |
commit | 637bb72c923267f485c490f395cf06fe32574c30 (patch) | |
tree | be8b57e67e5823e7ad5c6ec61a3763a373f04417 /games/larn | |
parent | 959f20497708ba4bb64bbbeb7561b6cf694316ec (diff) |
fixed the "/* in comments" problem.
Diffstat (limited to 'games/larn')
-rw-r--r-- | games/larn/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/main.c b/games/larn/main.c index fcacc3cd7aa..fa7c3683bcd 100644 --- a/games/larn/main.c +++ b/games/larn/main.c @@ -208,7 +208,7 @@ main(argc,argv) drawscreen(); /* show the initial dungeon */ predostuff = 2; /* tell the trap functions that they must do a showplayer() from here on */ - /* nice(1); /* games should be run niced */ + /* nice(1); */ /* games should be run niced */ yrepcount = hit2flag = 0; while (1) { |