Fix build bug.

This commit is contained in:
Solomon Peachy 2014-10-20 18:17:29 -04:00
parent d66663cfdc
commit 02f84569db
1 changed files with 2 additions and 2 deletions

View File

@ -1516,8 +1516,8 @@ static int shinkos2145_read_parse(void *vctx, int data_fd) {
}
if (le32_to_cpu(ctx->hdr.model) != 2145 ||
le32_to_cpu(ctx->hdr.model) != 1245) ||
le32_to_cpu(ctx->hdr.model) != 6145) ||
le32_to_cpu(ctx->hdr.model) != 1245 ||
le32_to_cpu(ctx->hdr.model) != 6145 ||
le32_to_cpu(ctx->hdr.model) != 6245) {
} else {
ERROR("Unrecognized printer (%d)!\n", le32_to_cpu(ctx->hdr.model));