[vlc-commits] skins2: x11: fix build

Francois Cartegnie git at videolan.org
Thu Dec 31 15:38:03 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Dec 31 15:37:36 2015 +0100| [2c34942f7bfe036781d6f67cc08fd8a53ce13342] | committer: Francois Cartegnie

skins2: x11: fix build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c34942f7bfe036781d6f67cc08fd8a53ce13342
---

 modules/gui/skins2/x11/x11_factory.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/skins2/x11/x11_factory.cpp b/modules/gui/skins2/x11/x11_factory.cpp
index a5c4570..6e7c671 100644
--- a/modules/gui/skins2/x11/x11_factory.cpp
+++ b/modules/gui/skins2/x11/x11_factory.cpp
@@ -361,7 +361,6 @@ void X11Factory::rmDir( const std::string &rPath )
 
         if( rmdir( filename.c_str() ) && errno == ENOTDIR )
             unlink( filename.c_str() );
-        }
     }
 
     // Close the directory



More information about the vlc-commits mailing list