X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Ffree_ttype.c;h=7f0fbcc35f292b774c336cee9b73706d43bfc08b;hp=351cda933c7539347c08e1cceadfb36e0ddb3620;hb=5c90fc94a5ac426a5e51732720767d5f0041830d;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/ncurses/tinfo/free_ttype.c b/ncurses/tinfo/free_ttype.c index 351cda93..7f0fbcc3 100644 --- a/ncurses/tinfo/free_ttype.c +++ b/ncurses/tinfo/free_ttype.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1999-2011,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1999-2011,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -42,7 +43,7 @@ #include -MODULE_ID("$Id: free_ttype.c,v 1.17 2017/04/13 01:06:04 tom Exp $") +MODULE_ID("$Id: free_ttype.c,v 1.19 2020/02/02 23:34:34 tom Exp $") static void really_free_termtype(TERMTYPE2 *ptr, bool freeStrings) @@ -66,7 +67,7 @@ really_free_termtype(TERMTYPE2 *ptr, bool freeStrings) } /* - * This entrypoint is used by tack. + * This entrypoint is used by tack 1.07 */ NCURSES_EXPORT(void) _nc_free_termtype(TERMTYPE *ptr)