Move defines from header.

This commit is contained in:
Milan Broz
2012-06-09 23:26:45 +02:00
parent e2375c8368
commit db51a343de
5 changed files with 5 additions and 5 deletions

View File

@@ -1141,7 +1141,6 @@ int crypt_format(struct crypt_device *cd,
else if (isVERITY(type))
r = _crypt_format_verity(cd, uuid, params);
else {
/* FIXME: allow plugins here? */
log_err(cd, _("Unknown crypt device type %s requested.\n"), type);
r = -EINVAL;
}