Fix build

This commit is contained in:
Eelco Dolstra 2016-02-25 11:55:05 +01:00
parent f1bdeac986
commit 7873cfb18d
3 changed files with 6 additions and 6 deletions

View file

@ -59,7 +59,7 @@ bool MultiCommand::processArgs(const Strings & args, bool finish)
void StoreCommand::run()
{
run(openStore(reserveSpace));
run(openStore());
}
}