Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 13 Sep 2015 22:38:10 +0000 (00:38 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 13 Sep 2015 22:38:10 +0000 (00:38 +0200)
src/xbt/xbt_os_file.c

index 39dff28..a14df25 100644 (file)
@@ -84,7 +84,7 @@ char *xbt_dirname(const char *path) {
 char *xbt_basename(const char *path) {
 #if _MSC_VER
          char file[1024];
 char *xbt_basename(const char *path) {
 #if _MSC_VER
          char file[1024];
-         char ext[1024]
+         char ext[1024];
          errno_t err;
          err = _splitpath_s(path, NULL,0, NULL,0, file,1024, ext,1024);
          return bprintf("%s%s",drive,dir);
          errno_t err;
          err = _splitpath_s(path, NULL,0, NULL,0, file,1024, ext,1024);
          return bprintf("%s%s",drive,dir);