Use xbps_{error,warn}_printf() everywhere.

This commit is contained in:
Juan RP
2011-01-30 18:23:33 +01:00
parent e04f167d09
commit fca3d6b9bf
8 changed files with 77 additions and 81 deletions

View File

@@ -439,5 +439,6 @@ main(int argc, char **argv)
}
out:
cleanup(rv);
xbps_end();
exit(rv);
}