Make some minor touchups for nightlies

This commit is contained in:
Justine Tunney 2022-09-09 19:12:40 -07:00
parent 3265324e00
commit e9272f03fb
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 5 additions and 3 deletions

View file

@ -14,7 +14,7 @@ struct ApeLoader {
int os;
char *prog;
char *page;
void *syscall;
void *systemcall;
};
#endif /* COSMOPOLITAN_APE_LOADER_H_ */