Minor formatting fixes;

This commit is contained in:
Alexander Vdolainen 2019-02-17 03:56:44 +02:00
parent ffde81cb11
commit 2201d30118

View File

@ -210,7 +210,7 @@ sexp_t *copy_sexp(const sexp_t *s) {
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 {