summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 2534472b2c..5a0d46da22 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -29,7 +29,7 @@ my $dcarea = <<"EOF";
EOF
$dcarea .= "vo=" . scalar(get("mplayer/voutput"));
- $dcarea .= "\n";
+ $dcarea .= ",\n";
$mcfg->setconfarea($dcarea);