mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-05 14:25:42 +00:00
Left out a ; on the Darwin builds in main.c
This commit is contained in:
parent
c27accc589
commit
d053898b71
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -533,7 +533,7 @@ static i64 get_ram(void)
|
|||
sysctl(mib, 2, NULL, &len, NULL, 0);
|
||||
p = malloc(len);
|
||||
sysctl(mib, 2, p, &len, NULL, 0);
|
||||
ramsize = *p
|
||||
ramsize = *p;
|
||||
|
||||
return ramsize;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue