Commit e7484015 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Build fix.

parent ca03094b
...@@ -76,5 +76,5 @@ int Platform_getUptime() { ...@@ -76,5 +76,5 @@ int Platform_getUptime() {
fscanf(fd, "%64lf", &uptime); fscanf(fd, "%64lf", &uptime);
fclose(fd); fclose(fd);
} }
int totalseconds = (int) floor(uptime); return (int) floor(uptime);
} }
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