projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8b60e
)
volume: Trivial cosmetics (remove a space)
author
Colin Guthrie
<cguthrie@mandriva.org>
Mon, 6 Dec 2010 15:45:22 +0000
(15:45 +0000)
committer
Colin Guthrie
<cguthrie@mandriva.org>
Mon, 6 Dec 2010 15:45:22 +0000
(15:45 +0000)
src/pulse/volume.h
patch
|
blob
|
history
diff --git
a/src/pulse/volume.h
b/src/pulse/volume.h
index
35128b6
..
91eef74
100644
(file)
--- a/
src/pulse/volume.h
+++ b/
src/pulse/volume.h
@@
-127,7
+127,7
@@
typedef uint32_t pa_volume_t;
/** A structure encapsulating a per-channel volume */
typedef struct pa_cvolume {
uint8_t channels; /**< Number of channels */
- pa_volume_t values[PA_CHANNELS_MAX]; /**< Per-channel volume
*/
+ pa_volume_t values[PA_CHANNELS_MAX]; /**< Per-channel volume */
} pa_cvolume;
/** Return non-zero when *a == *b */