Fixed typo

This commit is contained in:
Abramo Bagnara 2000-07-07 11:32:13 +00:00
parent 8ab37ed29c
commit c46cf38f93

View file

@ -295,7 +295,7 @@ u_int64_t snd_pcm_format_silence_64(int format)
case SND_PCM_SFMT_FLOAT_BE: case SND_PCM_SFMT_FLOAT_BE:
{ {
union { union {
double f; float f;
u_int32_t i; u_int32_t i;
} u; } u;
u.f = 0.0; u.f = 0.0;