]> git.mxchange.org Git - simgear.git/commitdiff
add a missing character.
authorehofman <ehofman>
Sat, 12 Nov 2005 10:55:22 +0000 (10:55 +0000)
committerehofman <ehofman>
Sat, 12 Nov 2005 10:55:22 +0000 (10:55 +0000)
simgear/sound/sample_openal.cxx

index 124ad93904d64497db156ce88877b42064d0177e..366b6105a711a1a6a53fdd88ec8a6e752f49b387 100644 (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 );