ape-m1 minor formatting

This commit is contained in:
Jōshin 2023-12-14 19:47:04 -05:00
parent 57bd4bc693
commit bf952027c3
No known key found for this signature in database

View file

@ -896,8 +896,7 @@ int main(int argc, char **argv, char **envp) {
struct ApeLoader *M;
long *sp, *sp2, *auxv;
union ElfEhdrBuf *ebuf;
char *p, *pe, *exe, *prog,
*execfn, *shell;
char *p, *pe, *exe, *prog, *execfn, *shell;
/* allocate loader memory in program's arg block */
n = sizeof(struct ApeLoader);