diff --git a/include/bx/os.h b/include/bx/os.h index a554516..7baad6f 100644 --- a/include/bx/os.h +++ b/include/bx/os.h @@ -120,7 +120,7 @@ namespace bx } long pages = 0; - fscanf(file, "%*s%ld", &pages) + fscanf(file, "%*s%ld", &pages); fclose(file); return pages * sysconf(_SC_PAGESIZE); #elif BX_PLATFORM_OSX