]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Windiws compilation
authoradv <adv@opencascade.com>
Thu, 22 Dec 2011 07:54:19 +0000 (07:54 +0000)
committeradv <adv@opencascade.com>
Thu, 22 Dec 2011 07:54:19 +0000 (07:54 +0000)
src/SUIT/SUIT_Session.cxx

index e12db29cfc36165eee7ecfbc0ebfcd09161ff087..19c372d7bdf040069716454e92ae87281641c034 100755 (executable)
@@ -566,10 +566,10 @@ int SUIT_Session::lockFcntl( QString theLF )
   fLock.l_len = 0;
   fLock.l_start = 0;
   return fcntl( fileno( aFD ), F_SETLK, &fLock );
-#endif
-
 }
 
+#endif
+
 /*!
   Slot, called when backup interval is out, iterates through all opened 
   applications, creates 'folderName' directories for them and calls app->backup( folderName );