summaryrefslogtreecommitdiff
path: root/Build/source/texk/makeindexk/sortid.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makeindexk/sortid.c')
-rw-r--r--Build/source/texk/makeindexk/sortid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/makeindexk/sortid.c b/Build/source/texk/makeindexk/sortid.c
index db1f25609bd..c38ebcefb0f 100644
--- a/Build/source/texk/makeindexk/sortid.c
+++ b/Build/source/texk/makeindexk/sortid.c
@@ -48,7 +48,7 @@ sort_idx(VOID_ARG)
char *prev_locale;
#endif
- MESSAGE("Sorting entries...", "");
+ MESSAGE("Sorting entries...");
#ifdef HAVE_SETLOCALE
prev_locale = setlocale(LC_COLLATE, NULL);
setlocale(LC_COLLATE, "");
@@ -60,7 +60,7 @@ sort_idx(VOID_ARG)
#ifdef HAVE_SETLOCALE
setlocale(LC_COLLATE, prev_locale);
#endif
- MESSAGE("done (%ld comparisons).\n", idx_gc);
+ MESSAGE1("done (%ld comparisons).\n", idx_gc);
}
static int