From 270a249e5e1d15a17c2f7b91c7cf53e28d342229 Mon Sep 17 00:00:00 2001 From: khokh2001 Date: Tue, 10 Mar 2015 02:05:33 +0900 Subject: OPL code guideline style fix --- src/i_sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/i_sound.h') diff --git a/src/i_sound.h b/src/i_sound.h index 0808ac87..a240c48b 100644 --- a/src/i_sound.h +++ b/src/i_sound.h @@ -237,9 +237,9 @@ void I_BindSoundVariables(void); typedef enum { opl_v_old, // hexen heretic opl_v_new // doom strife -} opl_driver_ver; +} opl_driver_ver_t; -void I_SetOPLDriverVer(opl_driver_ver ver); +void I_SetOPLDriverVer(opl_driver_ver_t ver); #endif -- cgit v1.2.3