]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed typo
authorAbramo Bagnara <abramo@alsa-project.org>
Fri, 7 Jul 2000 11:32:13 +0000 (11:32 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Fri, 7 Jul 2000 11:32:13 +0000 (11:32 +0000)
src/pcm/pcm_misc.c

index 1d49b4c4d375e392c77f30cf8135900223e6dc5f..dd97da6398c88deee1082f15d3bb80b1d70e5f3b 100644 (file)
@@ -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;