Build fix.

This commit is contained in:
Hisham Muhammad 2014-11-27 19:46:01 -02:00
parent ca03094bb2
commit e748401588
1 changed files with 1 additions and 1 deletions

View File

@ -76,5 +76,5 @@ int Platform_getUptime() {
fscanf(fd, "%64lf", &uptime);
fclose(fd);
}
int totalseconds = (int) floor(uptime);
return (int) floor(uptime);
}