summaryrefslogtreecommitdiffstats
path: root/byterun/terminfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/terminfo.c')
-rw-r--r--byterun/terminfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/terminfo.c b/byterun/terminfo.c
index 50b87da92..afec6bedd 100644
--- a/byterun/terminfo.c
+++ b/byterun/terminfo.c
@@ -67,7 +67,7 @@ CAMLprim value terminfo_setup (value vchan)
|| standout == NULL || standend == NULL){
return Bad_term;
}
- result = alloc_small (1, Good_term_tag);
+ result = caml_alloc_small (1, Good_term_tag);
Field (result, 0) = Val_int (num_lines);
return result;
}