diff options
| author | EuAndreh <eu@euandre.org> | 2024-05-24 20:45:54 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-05-24 20:59:27 -0300 |
| commit | 48939391bdb9dd53ac2e664568e5991a9bc47543 (patch) | |
| tree | c89d66e310e10e6de95f1fc45eb97a1e6c283c7b /tests/i18n.c | |
| parent | src/vector.h: Add implementation and tests for vector_contains() (diff) | |
| download | pindaiba-48939391bdb9dd53ac2e664568e5991a9bc47543.tar.gz pindaiba-48939391bdb9dd53ac2e664568e5991a9bc47543.tar.xz | |
Remove all remaining calls to logerr() that included a trailing newline
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 c9e81af..777cbf6 100644 --- a/tests/i18n.c +++ b/tests/i18n.c @@ -11,7 +11,7 @@ main(void) { if (getenv("DUMP_TRANSLATABLE_STRINGS")) { if (dump_translatable_strings(MSGS)) { - logerr("dump_translatable_strings(MSGS)\n"); + logerr("dump_translatable_strings()"); goto out; } } |
