summaryrefslogtreecommitdiffstats
path: root/desktop/unx/splash
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/unx/splash')
-rw-r--r--desktop/unx/splash/unxsplash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/splash/unxsplash.cxx b/desktop/unx/splash/unxsplash.cxx
index c2beeffc6891..bda01857a2e6 100644
--- a/desktop/unx/splash/unxsplash.cxx
+++ b/desktop/unx/splash/unxsplash.cxx
@@ -108,7 +108,7 @@ void SAL_CALL UnxSplashScreen::setValue( sal_Int32 nValue )
{
if ( m_pOutFd )
{
- fprintf( m_pOutFd, "%"SAL_PRIdINT32"%%\n", nValue );
+ fprintf( m_pOutFd, "%" SAL_PRIdINT32 "%%\n", nValue );
fflush( m_pOutFd );
}
}