fix "no newline at end of file" error on FreeBSD

This commit is contained in:
Joel Dice 2012-08-02 12:14:15 -06:00
parent 3a1343fb06
commit e641f23e6c

View File

@ -2207,5 +2207,7 @@ main(int ac, char** av)
local::writeMaps(&out, declarations);
}
out.write("\n");
return 0;
}