diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 02:37:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 02:37:49 +0000 |
commit | dd0031af0c935e42f58fc71ec87a9bcfba80aaff (patch) | |
tree | b390a062ac8f07bd8872e2ddef0ba973b39a1ef3 /lib/libform/fty_num.c | |
parent | ef5a835818d2ec6dea581cc50d3110c30c8c0e23 (diff) |
libform from ncurses-4.2-980718
Diffstat (limited to 'lib/libform/fty_num.c')
-rw-r--r-- | lib/libform/fty_num.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/fty_num.c b/lib/libform/fty_num.c index 20fabaff283..209d36042fd 100644 --- a/lib/libform/fty_num.c +++ b/lib/libform/fty_num.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fty_num.c,v 1.3 1997/12/03 05:40:19 millert Exp $ */ +/* $OpenBSD: fty_num.c,v 1.4 1998/07/24 02:37:47 millert Exp $ */ /* @@ -15,7 +15,7 @@ #include "form.priv.h" -MODULE_ID("Id: fty_num.c,v 1.11 1997/10/18 19:32:58 tom Exp $") +MODULE_ID("$From: fty_num.c,v 1.11 1997/10/18 19:32:58 tom Exp $") #if HAVE_LOCALE_H #include <locale.h> |