xbps-pkgdb: use EXIT_FAILURE.

--HG--
extra : convert_revision : 0a41128bdf379ca2dfdf1be7053a42e85fddc81a
This commit is contained in:
Juan RP 2009-02-12 18:59:43 +01:00
parent 97ceef46a8
commit c9d4ea5527

View File

@ -64,7 +64,7 @@ usage(void)
" $ xbps-pkgdb sanitize-plist /blah/foo.plist\n"
" $ xbps-pkgdb unregister pkgname 2.0\n"
" $ xbps-pkgdb version pkgname\n");
exit(1);
exit(EXIT_FAILURE);
}
int