diff options
-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); } |