Minor formatting fixes;
This commit is contained in:
parent
ffde81cb11
commit
2201d30118
@ -210,7 +210,7 @@ sexp_t *copy_sexp(const sexp_t *s) {
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
memcpy(s_new->val, s->val, sizeof(char)*s->val_used);
|
memcpy(s_new->val, s->val, sizeof(char)*s->val_used);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user