# HG changeset patch # User David A. Holland # Date 1449356878 18000 # Node ID f5981d0ee2b48228c582ed5d45f51dee461d5e86 # Parent acdb5701123e65db0881f344434c138bf084f0ad fix typo in error message; noted by Joerg diff -r acdb5701123e -r f5981d0ee2b4 main.c --- 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);