From 5c1d4fc186b692508f718c06218621bddcfd8f22 Mon Sep 17 00:00:00 2001
From: Georg Ehrke <georg@ownCloud.com>
Date: Wed, 5 Jun 2013 11:18:57 +0200
Subject: [PATCH] yet another update for config.sample.php

---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 2f437771f2..2812d84813 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -192,5 +192,5 @@ $CONFIG = array(
 /* the max factor to scale a preview, default is set to 10 */
 'preview_max_scale_factor' => 10,
 /* custom path for libreoffice / openoffice binary */
-'preview_libreoffice_path' => '/usr/bin/libreoffice';
+'preview_libreoffice_path' => '/usr/bin/libreoffice',
 );
-- 
GitLab