Minor formatting fixes;

master
Alexander Vdolainen 6 years ago
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…
Cancel
Save