kodak68x0: Fix a compile problem that slopped through.

This commit is contained in:
Solomon Peachy 2014-12-05 22:56:20 -05:00
parent de43fa7337
commit 06d779d3c5
1 changed files with 1 additions and 1 deletions

View File

@ -782,8 +782,8 @@ top:
return CUPS_BACKEND_FAILED;
if (status.errtype || status.errtype2 || status.errcode) {
kodak68x0_error_codes(status.errtype, status.errtype2),
ERROR("Printer error reported: %s (%d/%d) # %d\n",
kodak68x0_error_codes(status.errtype, status.errtype2),
status.errtype, status.errtype2, status.errcode);
return CUPS_BACKEND_FAILED;
}