From 45ca55d0b47c73cdc18ec86ba81425f7d425688f Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 11 Feb 2016 19:44:22 -0800 Subject: [PATCH] Add missing spaces in the strings that are split for line wrapping --- module-xrdp-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-xrdp-sink.c b/module-xrdp-sink.c index 5d6256d..f56644b 100644 --- a/module-xrdp-sink.c +++ b/module-xrdp-sink.c @@ -77,7 +77,7 @@ PA_MODULE_USAGE( "sink_name= " "sink_properties= " "format= " - "rate=" + "rate= " "channels= " "channel_map=");