* Fixed bad merge (that's why sail was broken).

git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5177 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2001-12-29 19:48:57 +00:00
parent b05333c9fe
commit 0a887df528
19 changed files with 420 additions and 440 deletions

View File

@@ -169,7 +169,7 @@ main(argc, argv)
while ((ch = getopt(argc, argv, "l:w:t")) != -1)
switch ((char) ch) {
#if 0
#ifdef DEBUG
case 'd':
tv = atol(optarg);
break;
@@ -185,7 +185,11 @@ main(argc, argv)
break;
case '?':
default:
#ifdef DEBUG
fputs("usage: snake [-d seed] [-w width] [-l length] [-t]\n", stderr);
#else
fputs("usage: snake [-w width] [-l length] [-t]\n", stderr);
#endif
exit(1);
}