diff options
| author | Federico Angelilli <code@fedang.net> | 2024-06-10 13:22:07 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-06-10 13:22:07 +0200 |
| commit | e0e2e7ccc1d36b2d6251a0183119ee70679d8cec (patch) | |
| tree | d936ecc8a419b7dd91f4daf992a712f8362b55b9 | |
| parent | 8236685559919f47d9954ec1fc8de7451b4c7757 (diff) | |
Fix typo
| -rw-r--r-- | any_sexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -716,7 +716,7 @@ any_sexp_t any_sexp_copy(any_sexp_t sexp) case ANY_SEXP_TAG_STRING: { char *string = ANY_SEXP_GET_STRING(sexp); - return any_sexp_symbol(string, strlen(string)); + return any_sexp_string(string, strlen(string)); } default: |
