diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-28 17:51:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-28 17:51:55 +0000 |
commit | c9e68edb8a158c8b6c7d2cf14190384708a3eaa3 (patch) | |
tree | 6c57f93740dab1d5d6792beb1dc906516bab633e | |
parent | f820514c542a093ae7ff2d7db431e6499126014d (diff) |
update to ncurses-5.0-19991127
-rw-r--r-- | usr.bin/infocmp/infocmp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/infocmp/infocmp.c b/usr.bin/infocmp/infocmp.c index 92b2225028b..403868808b6 100644 --- a/usr.bin/infocmp/infocmp.c +++ b/usr.bin/infocmp/infocmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: infocmp.c,v 1.5 1999/06/27 08:17:46 millert Exp $ */ +/* $OpenBSD: infocmp.c,v 1.6 1999/11/28 17:51:54 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998,1999 Free Software Foundation, Inc. * @@ -44,7 +44,7 @@ #include <term_entry.h> #include <dump_entry.h> -MODULE_ID("$From: infocmp.c,v 1.44 1999/06/16 00:39:48 tom Exp $") +MODULE_ID("$From: infocmp.c,v 1.45 1999/11/27 23:59:57 tom Exp $") #define L_CURL "{" #define R_CURL "}" @@ -857,7 +857,7 @@ static void dump_initializers(void) const char *str = 0; int size; - (void) printf("static bool %s[] = %s\n", name_initializer("bool"), L_CURL); + (void) printf("static char %s[] = %s\n", name_initializer("bool"), L_CURL); for_each_boolean(n,term) { |