fix merge
authorNot Zed <notzed@gmail.com>
Mon, 30 Jan 2023 00:25:13 +0000 (10:55 +1030)
committerNot Zed <notzed@gmail.com>
Mon, 30 Jan 2023 00:25:13 +0000 (10:55 +1030)
ez-blob-basic.c

index 0c0426e..8149eea 100644 (file)
@@ -157,9 +157,6 @@ int ez_basic_decode_raw(const ez_blob_desc *desc, const ez_blob *blob, void *p)
                case EZ_BLOB_TRANSIENTP:
                        *(void **)v = NULL;
                        break;
-               case EZ_BLOB_TRANSIENTP:
-                       *(void **)v = NULL;
-                       break;
                default:
                        fprintf(stderr, "unknown type code: %02x\n", d->bd_type);
                        abort();