projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38f1379
)
Fix typo in comment.
author
Jim Meyering
<jim@meyering.net>
Wed, 13 Sep 1995 13:15:35 +0000
(13:15 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 13 Sep 1995 13:15:35 +0000
(13:15 +0000)
lib/error.c
patch
|
blob
|
history
diff --git
a/lib/error.c
b/lib/error.c
index a65d644d1bca69cfb9628864bea8f85bc1015dc8..2508ea841b8da4e01a7332a51722677e93903fbe 100644
(file)
--- a/
lib/error.c
+++ b/
lib/error.c
@@
-56,7
+56,7
@@
void (*error_print_progname) () = NULL;
extern char *program_name;
#if HAVE_STRERROR
-# ifndef strerror /* On some systems, sterror is a macro */
+# ifndef strerror /* On some systems, st
r
error is a macro */
char *strerror ();
# endif
#else