ruderich.org/simon
/
coloredstderr
/
coloredstderr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a58d1a9
)
tests/example_error.c: Fix typo in function name.
author
Simon Ruderich
<simon@ruderich.org>
Sat, 15 Jun 2013 01:41:06 +0000
(
03:41
+0200)
committer
Simon Ruderich
<simon@ruderich.org>
Sat, 15 Jun 2013 01:41:06 +0000
(
03:41
+0200)
tests/example_error.c
patch
|
blob
|
history
diff --git
a/tests/example_error.c
b/tests/example_error.c
index e1140492e6f35a410afc9ec1517e6743553d8395..0ed8746b26ff3138e9938826cdc6e24369777304 100644
(file)
--- a/
tests/example_error.c
+++ b/
tests/example_error.c
@@
-31,7
+31,7
@@
void (*error_print_progname)(void);
-static void print_progn
ma
e(void) {
+static void print_progn
am
e(void) {
fprintf(stderr, "PROG");
}
@@
-46,7
+46,7
@@
int main(int argc unused, char **argv unused) {
error_at_line(0, ENOMEM, "file", 42, "<message>");
error_at_line(0, ENOMEM, "file", 42, "<message>");
- error_print_progname = print_progn
ma
e;
+ error_print_progname = print_progn
am
e;
error_one_per_line = 1;
error(0, 0, "<message>");