Skip to content

Commit

Permalink
Oops, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed May 26, 2001
1 parent 72d1775 commit 57df961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/SDL_audio.c
Expand Up @@ -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)
Expand Down

0 comments on commit 57df961

Please sign in to comment.