X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=tests%2Fexample_error.c;h=0ed8746b26ff3138e9938826cdc6e24369777304;hp=e1140492e6f35a410afc9ec1517e6743553d8395;hb=34b3b931362c8d0fce96e390bb8b1ea94d6a4101;hpb=afca2864dc6464201dfe32134ae20e0107297836 diff --git a/tests/example_error.c b/tests/example_error.c index e114049..0ed8746 100644 --- a/tests/example_error.c +++ b/tests/example_error.c @@ -31,7 +31,7 @@ void (*error_print_progname)(void); -static void print_prognmae(void) { +static void print_progname(void) { fprintf(stderr, "PROG"); } @@ -46,7 +46,7 @@ int main(int argc unused, char **argv unused) { error_at_line(0, ENOMEM, "file", 42, ""); error_at_line(0, ENOMEM, "file", 42, ""); - error_print_progname = print_prognmae; + error_print_progname = print_progname; error_one_per_line = 1; error(0, 0, "");