From ff04fd481c9ff7883886952511de886bef9b6dfe Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 22 Nov 2005 07:02:17 +0000 Subject: [PATCH] (main) [! HAVE_X11_XAW_COMMAND_H]: Fix args to fpintf. --- example/otfview.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/otfview.c b/example/otfview.c index bd7e17b..dd63a7c 100644 --- a/example/otfview.c +++ b/example/otfview.c @@ -1501,8 +1501,7 @@ int main (int argc, char **argv) { fprintf (stderr, - "Building of this program failed (lack of some header files)\n", - argv[0]); + "Building of this program failed (lack of some header files)\n"); exit (1); } -- 1.7.10.4