diff options
Diffstat (limited to 'usr.bin/mg/re_search.c')
-rw-r--r-- | usr.bin/mg/re_search.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mg/re_search.c b/usr.bin/mg/re_search.c index c516f33c328..1a0fe8b8f8e 100644 --- a/usr.bin/mg/re_search.c +++ b/usr.bin/mg/re_search.c @@ -1,4 +1,6 @@ -/* $OpenBSD: re_search.c,v 1.16 2005/06/14 00:55:45 kjell Exp $ */ +/* $OpenBSD: re_search.c,v 1.17 2005/06/14 18:14:40 kjell Exp $ */ + +/* This file is in the public domain. */ /* * regular expression search commands for Mg |