From 8bf9c07511bf13046a3bfbf12e93f8a3080b656d Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 15 Aug 2010 19:34:08 +0200 Subject: [PATCH] Fixed misplaced paren. --- duff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/duff.c b/duff.c index 74f625d..eca00df 100644 --- a/duff.c +++ b/duff.c @@ -157,8 +157,8 @@ static void usage(void) { /* TODO: Internationalize this */ - printf(gettext("Usage: %s [-0HLPaepqrtz] [-d function] [-f format] [-l size] [file ...]\n", - PACKAGE_NAME)); + printf(gettext("Usage: %s [-0HLPaepqrtz] [-d function] [-f format] [-l size] [file ...]\n"), + PACKAGE_NAME); printf(" %s -h\n", PACKAGE_NAME); printf(" %s -v\n", PACKAGE_NAME);