From 1fe9755d01b9b0c06e8cfd05272e17a3ce0f1bf3 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 9 Dec 2009 13:56:12 +0000 Subject: [PATCH] fix a typo. --- simgear/sound/soundmgr_openal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 85f8b2ca..ea5e44db 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -437,7 +437,7 @@ unsigned int SGSoundMgr::request_buffer(SGSoundSample *sample) if ( !sample->is_valid_buffer() ) { // sample was not yet loaded or removed again string sample_name = sample->get_sample_name(); - void *sample_data == NULL; + void *sample_data = NULL; // see if the sample name is already cached buffer_map_iterator buffer_it = _buffers.find( sample_name ); -- 2.39.2