From f60ddf9bf737e015f7da866ca7f46006b4ce9700 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 16 Jun 2009 20:34:55 -0700 Subject: Don't treat bug reporting message as a format string. --- elf/sln.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elf') diff --git a/elf/sln.c b/elf/sln.c index a8210c1fc0..71707f5d30 100644 --- a/elf/sln.c +++ b/elf/sln.c @@ -83,8 +83,8 @@ static void usage (void) { printf (_("Usage: sln src dest|file\n\n")); - printf (_("For bug reporting instructions, please see:\n\ -.\n")); + fputs (_("For bug reporting instructions, please see:\n\ +.\n"), stdout); } static int -- cgit v1.2.3-70-g09d2