projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c54977
)
(main) [! HAVE_X11_XAW_COMMAND_H]: Fix args to
author
handa
<handa>
Tue, 22 Nov 2005 07:02:17 +0000
(07:02 +0000)
committer
handa
<handa>
Tue, 22 Nov 2005 07:02:17 +0000
(07:02 +0000)
fpintf.
example/otfview.c
patch
|
blob
|
history
diff --git
a/example/otfview.c
b/example/otfview.c
index
bd7e17b
..
dd63a7c
100644
(file)
--- 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);
}