fclose file, not string.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20858 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-03 18:56:41 +00:00
parent ca12671904
commit cd004f4ff3

View File

@@ -128,6 +128,6 @@ main(int argc, char **argv)
exit(1);
close_generate ();
if (argc != optidx)
fclose(file);
fclose(yyin);
return 0;
}