diff options
author | Colin Guthrie <pulse@colin.guthr.ie> | 2008-07-03 23:06:08 +0100 |
---|---|---|
committer | Colin Guthrie <pulse@colin.guthr.ie> | 2008-07-03 23:51:45 +0100 |
commit | 0786de2ba5b75c557426cf05075823d8f4e3662b (patch) | |
tree | bf027818d71ec12f9e4ab44de797d5f54d797443 /src | |
parent | 1568fcc979a944584a1d23f6191efce55aa75b42 (diff) |
Fix documentation of constant: PA_VOLUME_MUTED (not PA_VOLUME_MUTE)
Diffstat (limited to 'src')
-rw-r--r-- | src/pulse/volume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/volume.h b/src/pulse/volume.h index 3befb1da..5cce083e 100644 --- a/src/pulse/volume.h +++ b/src/pulse/volume.h @@ -61,7 +61,7 @@ * * The functions described above are only valid when used with * software volumes. Hence it is usually a better idea to treat all - * volume values as opaque with a range from PA_VOLUME_MUTE (0%) to + * volume values as opaque with a range from PA_VOLUME_MUTED (0%) to * PA_VOLUME_NORM (100%) and to refrain from any calculations with * them. * |