mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
* New upstream release, fixing problems in battlestar. Closes: #70465
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5134 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
9
tetris/.cvsignore
Normal file
9
tetris/.cvsignore
Normal file
@@ -0,0 +1,9 @@
|
||||
a.out
|
||||
*.d
|
||||
*.i
|
||||
*.s
|
||||
*.d.tmp
|
||||
tetris
|
||||
pathnames.h
|
||||
tetris.6
|
||||
tetris-bsd.6
|
||||
@@ -160,7 +160,7 @@ main(argc, argv)
|
||||
case 'l':
|
||||
level = atoi(optarg);
|
||||
if (level < MINLEVEL || level > MAXLEVEL) {
|
||||
errx(1, "tetris-bsd: level must be from %d to %d",
|
||||
errx(1, "level must be from %d to %d",
|
||||
MINLEVEL, MAXLEVEL);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user