summaryrefslogtreecommitdiff
path: root/cgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgen.c')
-rw-r--r--cgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgen.c b/cgen.c
index 03113b5..a204493 100644
--- a/cgen.c
+++ b/cgen.c
@@ -50,7 +50,7 @@ static void cgen_create(CGenerator *g, FILE *out) {
}
static void cgen_ident(CGenerator *g, Identifier i) {
- ident_fprint(g->out, i);
+ fprint_ident(g->out, i);
}
static const char *builtin_type_to_str(BuiltinType b) {