Browse Source

Add missing spaces in the strings that are split for line wrapping

pull/1/head
Pavel Roskin 8 years ago
parent
commit
45ca55d0b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      module-xrdp-sink.c

+ 1
- 1
module-xrdp-sink.c View File

@ -77,7 +77,7 @@ PA_MODULE_USAGE(
"sink_name=<name for the sink> "
"sink_properties=<properties for the sink> "
"format=<sample format> "
"rate=<sample rate>"
"rate=<sample rate> "
"channels=<number of channels> "
"channel_map=<channel map>");


Loading…
Cancel
Save