]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdFilesFromDirectory.cxx
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdFilesFromDirectory.cxx
index d7c747e660d7e3638f77a9a100168d92c12dcceb..60696231cf5d464266364efde142fa5d730246ad 100644 (file)
@@ -52,7 +52,7 @@ void FilesFromDirectory::bbUserDestructor()
 std::string FilesFromDirectory::NormalizePath(std::string const &pathname)
 {
 #ifdef _WIN32
-   const char FILESEPARATOR = '\\;
+   const char FILESEPARATOR = '\\';
 #else
    const char FILESEPARATOR = '/';
 #endif