Fix Windows build

db4
Slava Pestov 2009-01-16 14:21:44 -06:00
parent 1c8205e282
commit 0d56665522
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ int WINAPI WinMain(
return 1;
}
init_factor_from_args(nArgs,szArglist);
start_standalone_factor(nArgs,szArglist);
LocalFree(szArglist);