From 0134be8b78ecc04b92d5f4e3fd781f937cc46285 Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Thu, 16 Jan 2020 12:05:21 -0500
Subject: [PATCH] please stop breaking clang

---
 src/s_sound.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/s_sound.c b/src/s_sound.c
index 019f5c7652..606cde597f 100644
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -120,8 +120,7 @@ consvar_t cv_resetmusicbyheader = {"resetmusicbyheader", "Yes", CV_SAVE, CV_YesN
 static CV_PossibleValue_t cons_1upsound_t[] = {
 	{0, "Jingle"},
 	{1, "Sound"},
-
-	{0}
+	{0, NULL}
 };
 consvar_t cv_1upsound = {"1upsound", "Jingle", CV_SAVE, cons_1upsound_t, NULL, 0, NULL, NULL, 0, 0, NULL};
 
-- 
GitLab