summaryrefslogtreecommitdiffstats
path: root/gl/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/error.c')
-rw-r--r--gl/error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/error.c b/gl/error.c
index 9231c79c..e066241b 100644
--- a/gl/error.c
+++ b/gl/error.c
@@ -1,5 +1,5 @@
1/* Error handler for noninteractive utilities 1/* Error handler for noninteractive utilities
2 Copyright (C) 1990-2025 Free Software Foundation, Inc. 2 Copyright (C) 1990-2026 Free Software Foundation, Inc.
3 This file is part of the GNU C Library. 3 This file is part of the GNU C Library.
4 4
5 The GNU C Library is free software; you can redistribute it and/or 5 The GNU C Library is free software; you can redistribute it and/or
@@ -38,7 +38,7 @@
38 38
39#if !_LIBC && ENABLE_NLS 39#if !_LIBC && ENABLE_NLS
40# include "gettext.h" 40# include "gettext.h"
41# define _(msgid) dgettext ("gnulib", msgid) 41# define _(msgid) dgettext (GNULIB_TEXT_DOMAIN, msgid)
42#endif 42#endif
43 43
44#ifdef _LIBC 44#ifdef _LIBC