Skip to content

mustek_usb2: Replace STATUS type with SANE_Status

David Ward requested to merge dpward/backends:mustek-usb2-status into master

In some cases, a return value with type SANE_Status was assigned to a variable with type STATUS. It is easiest to remove the redundant type here.

Fixing this resolves (valid) compiler warnings.

Edited by David Ward

Merge request reports