mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Fixed typo
This commit is contained in:
parent
8ab37ed29c
commit
c46cf38f93
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ u_int64_t snd_pcm_format_silence_64(int format)
|
|||
case SND_PCM_SFMT_FLOAT_BE:
|
||||
{
|
||||
union {
|
||||
double f;
|
||||
float f;
|
||||
u_int32_t i;
|
||||
} u;
|
||||
u.f = 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue