summaryrefslogtreecommitdiff
path: root/src/gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen.c')
-rw-r--r--src/gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen.c b/src/gen.c
index 15f00c6..130581a 100644
--- a/src/gen.c
+++ b/src/gen.c
@@ -106,7 +106,7 @@ static void geneoltbl (void)
if ((i % 20) == 19)
out ("\n ");
}
- out (" };\n");
+ outn (backend->table_closer);
}
outn ("]])");
}