diff --git a/src/audio/SDL_audio.c b/src/audio/SDL_audio.c index ebb51f524..6723097e7 100644 --- a/src/audio/SDL_audio.c +++ b/src/audio/SDL_audio.c @@ -48,7 +48,7 @@ static AudioBootStrap *bootstrap[] = { &ALSA_bootstrap, #endif #ifdef __OpenBSD__ - &OBSD_bootstrap; + &OBSD_bootstrap, #endif #if (defined(unix) && !defined(__CYGWIN32__)) && \ !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT)