]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_rl_time.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug some little memleaks
[simgrid.git] / src / xbt / xbt_rl_time.c
index 34dde86bb644ba6dec90f99fbdd711059e46369f..35bd11daa1f9307d845d119a7882988f04983459 100644 (file)
@@ -21,5 +21,5 @@ double xbt_time(void) {
        return xbt_os_time();
 }
 void xbt_sleep(double sec) {
-       return xbt_os_sleep(sec);
+       xbt_os_sleep(sec);
 }