]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix break switch case
authorBastian Dehn <hhaalo@arcor.de>
Mon, 26 Feb 2024 15:04:25 +0000 (16:04 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 26 Feb 2024 15:04:25 +0000 (16:04 +0100)
src/kds_s2000w_handler_opts.c

index 4c26bc4afc16cda7a80d440042bbf99def41eb11..1615d479b1080bd341c9ef9b0a6ff32eb2aa38f9 100644 (file)
@@ -231,6 +231,7 @@ void kds_s2000w_handler_get_option(handler* h, int option, void* value, int* inf
                        break;
                case 29:
                        memcpy(value, &gamma_table[0][3], sizeof(int) * 256);
+                       break;
                default:
                        break;
        }