Fix comment typo

This commit is contained in:
Chris Robinson
2010-03-24 16:53:11 -07:00
parent f77832fea2
commit b79b92967f
+1 -1
View File
@@ -204,7 +204,7 @@ static ALCboolean wave_reset_playback(ALCdevice *device)
fprintf(data->f, "WAVE");
fprintf(data->f, "fmt ");
fputc(40, data->f); // 'fmt ' header len; 40 bytes for EXTENSIVLE
fputc(40, data->f); // 'fmt ' header len; 40 bytes for EXTENSIBLE
fputc(0, data->f);
fputc(0, data->f);
fputc(0, data->f);