main: forgotten styleup

This commit is contained in:
Mirek Kratochvil 2013-04-17 14:28:11 +02:00
parent cff617f8a4
commit 3b2b3b7f00

View file

@ -154,7 +154,8 @@ int main (int argc, char**argv)
exit_ok: exit_ok:
if (!KR.close() ) { if (!KR.close() ) {
err("could not close keyring, something weird is going to happen."); err ("could not close keyring, "
"something weird is going to happen.");
} }
return exitflag; return exitflag;