From 7629e293975917d0e9689d0602ff0e8aec293802 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 12 Nov 2005 10:55:22 +0000 Subject: [PATCH] add a missing character. --- simgear/sound/sample_openal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/sound/sample_openal.cxx b/simgear/sound/sample_openal.cxx index 124ad939..366b6105 100644 --- a/simgear/sound/sample_openal.cxx +++ b/simgear/sound/sample_openal.cxx @@ -125,7 +125,7 @@ SGSoundSample::SGSoundSample( const char *path, const char *file) : // // pre 1.0 alut version // - ALvoid* data = load_file(path, file) + ALvoid* data = load_file(path, file); // Copy data to the internal OpenAL buffer alBufferData( buffer, format, data, size, freq ); -- 2.39.5