]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
fix formatting
authorBastian Dehn <hhaalo@arcor.de>
Tue, 18 Nov 2025 16:17:04 +0000 (17:17 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 18 Nov 2025 16:17:04 +0000 (17:17 +0100)
src/kds_s2000w_handler.c

index c459d04af897898ca3d7a91a1e770dd29547d896..4113be05da96deb2e65e3b88c83993970f6de677 100644 (file)
@@ -191,7 +191,7 @@ handler_t* kds_s2000w_handler_init()
        h->scanner_config = NULL;
        h->scan_status = NULL;
        h->image = NULL;
-       h-> coord = NULL;
+       h->coord = NULL;
 
        h->scan_status = malloc(sizeof(scan_status_t));
        if (h->scan_status == NULL) {