]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix exists option macro
authorBastian Dehn <hhaalo@arcor.de>
Wed, 25 Mar 2026 19:44:38 +0000 (20:44 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 25 Mar 2026 19:44:38 +0000 (20:44 +0100)
src/kds_s2000w_option_descriptors.h

index 9ac5de89a9afb63d7dafb5ad3823ffc3bdad328a..ab65f7ade5e559cda281a3d69d0413b8731251da 100644 (file)
@@ -7,7 +7,7 @@
  * option bitmasks
  ******************************************************************************/
 
-#define EXISTS_OPTION (group, option_bit) group >> option_bit & 1
+#define EXISTS_OPTION(group, option_bit) group >> option_bit & 1
 
 #define BIT_SCAN_SOURCE 0
 #define BIT_COLOR_MODE 1