fixed a compiler warning

svn path=/trunk/; revision=858
This commit is contained in:
Eric Kohl 1999-12-12 00:08:41 +00:00
parent 910f27a570
commit 0ce89e21d9

View file

@ -22,4 +22,5 @@ int main(int argc, char* argv[])
}
fclose(in);
}
return 0;
}