summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c
index 75b662fe6..8c7dcfe8d 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -79,8 +79,7 @@ static int exit_status;
static int posixly_correct;
/* This message appears in N_() here rather than just in _() below because
- the sole use would have been in a #define, and xgettext doesn't look for
- strings in cpp directives. */
+ the sole use would have been in a #define. */
static char *const cfcc_msg =
N_("warning: %s: character(s) following character constant have been ignored");