summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format.c b/src/format.c
index 1658b74..03cdc46 100644
--- a/src/format.c
+++ b/src/format.c
@@ -29,6 +29,7 @@ struct formatstring_parser *formatstring_parsers[NFORMATS] =
/* format_c */ &formatstring_c,
/* format_python */ &formatstring_python,
/* format_lisp */ &formatstring_lisp,
+ /* format_librep */ &formatstring_librep,
/* format_smalltalk */ &formatstring_smalltalk,
/* format_java */ &formatstring_java,
/* format_pascal */ &formatstring_pascal,