Fixing the documentation for the function pa_cvolume_dec(). --- src/pulse/volume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulse/volume.h b/src/pulse/volume.h index 5f84360..324dc94 100644 --- a/src/pulse/volume.h +++ b/src/pulse/volume.h @@ -373,7 +373,7 @@ pa_cvolume* pa_cvolume_inc_clamp(pa_cvolume *v, pa_volume_t inc, pa_volume_t lim * the channels are kept. \since 0.9.16 */ pa_cvolume* pa_cvolume_inc(pa_cvolume *v, pa_volume_t inc); -/** Increase the volume passed in by 'inc'. The proportions between +/** Decrease the volume passed in by 'dec'. The proportions between * the channels are kept. \since 0.9.16 */ pa_cvolume* pa_cvolume_dec(pa_cvolume *v, pa_volume_t dec); -- 1.7.11.2