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 );