mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -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:
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue