Commit 2c34942f authored by Francois Cartegnie's avatar Francois Cartegnie

skins2: x11: fix build

parent 1edcca76
......@@ -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
......
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