From: Bastian Dehn Date: Sun, 28 Jan 2024 20:24:41 +0000 (+0100) Subject: fix enum for reload options X-Git-Tag: v1.0.0^2~394 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=5b79054e3e84b757244d5ee207a540f72476f9a1;p=sane-kds-s2000w-net.git fix enum for reload options --- diff --git a/src/kds_s2000w_handler.h b/src/kds_s2000w_handler.h index 2ff7ebf..d19dbd0 100644 --- a/src/kds_s2000w_handler.h +++ b/src/kds_s2000w_handler.h @@ -11,8 +11,8 @@ typedef struct { } current_state; enum { - RELOAD_OPTIONS, - REALOD_PARAMS + RELOAD_OPTIONS = 2, + REALOD_PARAMS = 4 }; current_state* kds_s2000w_handler_open();