Skip to content

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 17, 2008
1 parent d15809d commit 6654ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/test/testcapture.c
Expand Up @@ -26,7 +26,7 @@ static ALvoid (*alcCaptureSamples)(ALCdevice *device, ALvoid *buf,
ALenum _AL_FORMAT_MONO_FLOAT32 = 0;
ALenum _AL_FORMAT_STEREO_FLOAT32 = 0;

#define FMT AL_FORMAT_MONO16;
#define FMT AL_FORMAT_MONO16
#define FMTSIZE 8
#define FREQ 44100
#define SAMPS (FREQ * 5)
Expand Down

0 comments on commit 6654ba5

Please sign in to comment.