mirror of https://github.com/dirtbags/moth.git
Fixed the build
This commit is contained in:
parent
c352563d40
commit
374db515b5
|
@ -104,11 +104,7 @@ main(int argc, char *argv[])
|
|||
while (1) {
|
||||
struct dirent *e = readdir(opt);
|
||||
char *cat;
|
||||
DIR *puzzles;
|
||||
long catpoints[PUZZLES_MAX];
|
||||
long maxpoints = 0;
|
||||
size_t ncatpoints = 0;
|
||||
|
||||
|
||||
if (! e) break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue