From 637bb72c923267f485c490f395cf06fe32574c30 Mon Sep 17 00:00:00 2001 From: fn Date: Sun, 26 May 1996 07:23:15 +0000 Subject: fixed the "/* in comments" problem. --- games/larn/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/larn/main.c') 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) { -- cgit v1.2.3