diff options
Diffstat (limited to 'tests/i18n.c')
-rw-r--r-- | tests/i18n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i18n.c b/tests/i18n.c index c9d3453..f26d2ac 100644 --- a/tests/i18n.c +++ b/tests/i18n.c @@ -10,7 +10,7 @@ main(void) { int rc = EXIT_FAILURE; if (getenv("DUMP_TRANSLATABLE_STRINGS")) { - if (dump_translatable_strings(MSGS)) { + if (msgs_dump_translatable_strings(MSGS)) { logerr("dump_translatable_strings()"); goto out; } |