From ca0cfc25b57a097221334316bc09384476840a6c Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 3 Jun 2025 23:18:21 +0200 Subject: [PATCH 9/9] avcodec/hashtable: Remove null statement Signed-off-by: Andreas Rheinhardt --- libavcodec/hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/hashtable.c b/libavcodec/hashtable.c index 0d5c816cd7..d18e872f4f 100644 --- a/libavcodec/hashtable.c +++ b/libavcodec/hashtable.c @@ -194,7 +194,7 @@ int ff_hashtable_delete(struct FFHashtableContext *ctx, const void *key) entry = next_entry; } } - }; + } return 0; } -- 2.45.2