[Libreoffice-commits] core.git: filter/source

Tor Lillqvist tml at collabora.com
Fri Oct 24 01:51:59 PDT 2014


 filter/source/placeware/tempfile.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0465ba4c359eb904b031d920d33e41b0376231ab
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Oct 24 11:51:02 2014 +0300

    Add missing semicolon
    
    Change-Id: I9fb4471082a3c20cf94539a971c9d073fa949584

diff --git a/filter/source/placeware/tempfile.cxx b/filter/source/placeware/tempfile.cxx
index 3b92552..f573bad 100644
--- a/filter/source/placeware/tempfile.cxx
+++ b/filter/source/placeware/tempfile.cxx
@@ -38,7 +38,7 @@ oslFileError SAL_CALL my_getTempDirURL( rtl_uString** pustrTempDir )
 #if defined(SOLARIS) || defined (LINUX)
             pValue = P_tmpdir;
 #else
-            return osl_File_E_NOENT
+            return osl_File_E_NOENT;
 #endif
         }
     }


More information about the Libreoffice-commits mailing list