X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=alsa_write.c;h=4bf89297f77badcdc737e56a2fcaa888cdaef56e;hp=f63b7a5eb43261183c3ee0e0920c5d23c20afa9e;hb=349ca46809d2197fb7c11531a456bbb6ba3bf274;hpb=dda0ca96680692eed43b95e335e6bb3c01c221b3 diff --git a/alsa_write.c b/alsa_write.c index f63b7a5e..4bf89297 100644 --- a/alsa_write.c +++ b/alsa_write.c @@ -45,8 +45,8 @@ struct private_alsa_write_data { */ unsigned samplerate; /** - * the number of channels, also given by command line option or the - * decoder of the writer node group + * The number of channels, given by command line option or the + * decoder of the writer node group. */ unsigned channels; };