diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-08 20:30:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-08 20:30:45 +0000 |
commit | 71e21992ce3a04e37b129906f21d13e1b4e3571a (patch) | |
tree | 5a50e72d5474e356a25692fc1bf02c21574ddea3 /usr.bin | |
parent | 8c95f4f8701e20bcf4f2aae69d754eacd843863a (diff) |
ncurses-4.2-990424
Diffstat (limited to 'usr.bin')
-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 074aaf3803b..1ae556f29fc 100644 --- a/usr.bin/infocmp/infocmp.c +++ b/usr.bin/infocmp/infocmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: infocmp.c,v 1.3 1999/03/11 21:08:07 millert Exp $ */ +/* $OpenBSD: infocmp.c,v 1.4 1999/05/08 20:30:44 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.41 1999/03/07 00:52:02 tom Exp $") +MODULE_ID("$From: infocmp.c,v 1.42 1999/04/03 23:18:23 tom Exp $") #define L_CURL "{" #define R_CURL "}" @@ -88,7 +88,7 @@ static void ExitProgram(int code) GCC_NORETURN; static void ExitProgram(int code) { while (termcount-- > 0) - _nc_free_termtype(&term[termcount], FALSE); + _nc_free_termtype(&term[termcount]); _nc_leaks_dump_entry(); _nc_free_and_exit(code); } |