From: Tim Moore Date: Sat, 24 Oct 2009 21:14:48 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc71333bdd0217a9ff4880305daf6d4d10fb0b40;p=flightgear.git Fix typo --- diff --git a/src/ATCDCL/AIPlane.cxx b/src/ATCDCL/AIPlane.cxx index 3f22dafa1..9ab162b6f 100644 --- a/src/ATCDCL/AIPlane.cxx +++ b/src/ATCDCL/AIPlane.cxx @@ -195,7 +195,7 @@ void FGAIPlane::Render(const string& refname, const float volume, bool repeating #ifdef ENABLE_AUDIO_SUPPORT voice = (voiceOK && fgGetBool("/sim/sound/voice")); if(voice) { - sizte_t len; + size_t len; void* buf = vPtr->WriteMessage(pending_transmission, &len); if(voice && (volume > 0.05)) { SGSoundSample* simple = new SGSoundSample(buf, len, 8000 );