]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix enum for reload options
authorBastian Dehn <hhaalo@arcor.de>
Sun, 28 Jan 2024 20:24:41 +0000 (21:24 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 28 Jan 2024 20:24:41 +0000 (21:24 +0100)
src/kds_s2000w_handler.h

index 2ff7ebf1a312b5091725341555395efd5111e3af..d19dbd0900b87b45e40d1468883203c900182d85 100644 (file)
@@ -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();