Kaydet (Commit) 0465ba4c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add missing semicolon

Change-Id: I9fb4471082a3c20cf94539a971c9d073fa949584
üst 518b3052
...@@ -38,7 +38,7 @@ oslFileError SAL_CALL my_getTempDirURL( rtl_uString** pustrTempDir ) ...@@ -38,7 +38,7 @@ oslFileError SAL_CALL my_getTempDirURL( rtl_uString** pustrTempDir )
#if defined(SOLARIS) || defined (LINUX) #if defined(SOLARIS) || defined (LINUX)
pValue = P_tmpdir; pValue = P_tmpdir;
#else #else
return osl_File_E_NOENT return osl_File_E_NOENT;
#endif #endif
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment