add a missing character.

This commit is contained in:
ehofman
2005-11-12 10:55:22 +00:00
parent 1cff7fcfea
commit 7629e29397

View File

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