From dbe6429508f8c65d4da06bbbd540bae00c6c7268 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Fri, 5 Jul 2019 09:51:12 +0100 Subject: [PATCH] (rsound) C89 build fix --- audio/drivers/rsound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/drivers/rsound.h b/audio/drivers/rsound.h index 236eeb16e6..dd6716c648 100644 --- a/audio/drivers/rsound.h +++ b/audio/drivers/rsound.h @@ -106,7 +106,7 @@ enum rsd_format RSD_S32_NE = 0x1000, RSD_U32_LE = 0x2000, RSD_U32_BE = 0x4000, - RSD_U32_NE = 0x8000, + RSD_U32_NE = 0x8000 }; /* Defines operations that can be used with rsd_set_param() */