Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libform Fixed typo in type declaration.
details: https://anonhg.NetBSD.org/src/rev/f54bfe069fcd
branches: trunk
changeset: 533032:f54bfe069fcd
user: blymn <blymn%NetBSD.org@localhost>
date: Wed Jun 19 14:12:57 2002 +0000
description:
Fixed typo in type declaration.
diffstat:
lib/libform/type_regex.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 999539fdc1b8 -r f54bfe069fcd lib/libform/type_regex.c
--- a/lib/libform/type_regex.c Wed Jun 19 13:55:30 2002 +0000
+++ b/lib/libform/type_regex.c Wed Jun 19 14:12:57 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: type_regex.c,v 1.3 2001/06/13 10:45:59 wiz Exp $ */
+/* $NetBSD: type_regex.c,v 1.4 2002/06/19 14:12:57 blymn Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -121,6 +121,6 @@
NULL /* prev_choice */
};
-FIELDTYPE *TYPE_REGEX = &builtin_regex;
+FIELDTYPE *TYPE_REGEXP = &builtin_regex;
Home |
Main Index |
Thread Index |
Old Index