Mercurial > ~dholland > hg > tradcpp > index.cgi
diff main.c @ 197:f5981d0ee2b4
fix typo in error message; noted by Joerg
author | David A. Holland |
---|---|
date | Sat, 05 Dec 2015 18:07:58 -0500 |
parents | 079304130850 |
children | 1d2bad7151f9 |
line wrap: on
line diff
--- a/main.c Fri Jun 12 22:04:12 2015 -0400 +++ b/main.c Sat Dec 05 18:07:58 2015 -0500 @@ -167,7 +167,7 @@ commandline_undef(const struct place *p, char *str) { if (*str == '\0') { - complain(NULL, "-D: macro name expected"); + complain(NULL, "-U: macro name expected"); die(); } commandline_macro_add(p, str, p, NULL);