From b74bbc6f6307aa6fc180b44eecd2fafac00fbbf8 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 30 Jan 2023 10:55:13 +1030 Subject: [PATCH] fix merge --- ez-blob-basic.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ez-blob-basic.c b/ez-blob-basic.c index 0c0426e..8149eea 100644 --- a/ez-blob-basic.c +++ b/ez-blob-basic.c @@ -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(); -- 2.39.2