mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-05 01:46:25 +00:00
Oops, typo fix
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4039
This commit is contained in:
parent
6a24b323f5
commit
4baaa1ec99
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user