Fixed comment
This commit is contained in:
parent
d33b31b3a9
commit
48bdcb01d0
|
|
@ -95,7 +95,7 @@ void vprint_error(const char *fmt, va_list p_arg)
|
||||||
fprintf(stderr, "%s: ", prog_name);
|
fprintf(stderr, "%s: ", prog_name);
|
||||||
vfprintf(stderr, fmt, p_arg);
|
vfprintf(stderr, fmt, p_arg);
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
} /* end of functoin vprint_error */
|
} /* end of function vprint_error */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue