summaryrefslogtreecommitdiff
path: root/src/scheme/ao_scheme.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-12-19 11:43:23 -0800
committerKeith Packard <keithp@keithp.com>2017-12-19 11:43:23 -0800
commitfa6f4b331db9d37da6767005fd375b696485b46b (patch)
treee4b07ba711e5e7a90b246855d40570252652a904 /src/scheme/ao_scheme.h
parent00390fb09f47654905824af671b966ffca0a38b3 (diff)
altos/scheme: ao_scheme__cons -> ao_scheme_cons
Fix the double underscore in this name. Ick. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/ao_scheme.h')
-rw-r--r--src/scheme/ao_scheme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scheme/ao_scheme.h b/src/scheme/ao_scheme.h
index b37e9098..5b31c623 100644
--- a/src/scheme/ao_scheme.h
+++ b/src/scheme/ao_scheme.h
@@ -646,7 +646,7 @@ struct ao_scheme_cons *
ao_scheme_cons_cdr(struct ao_scheme_cons *cons);
ao_poly
-ao_scheme__cons(ao_poly car, ao_poly cdr);
+ao_scheme_cons(ao_poly car, ao_poly cdr);
extern struct ao_scheme_cons *ao_scheme_cons_free_list;