diff options
Diffstat (limited to 'usr.bin/dig/lib/isc/base64.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/base64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/isc/base64.c b/usr.bin/dig/lib/isc/base64.c index 6fa0a8a6325..ff10db8da90 100644 --- a/usr.bin/dig/lib/isc/base64.c +++ b/usr.bin/dig/lib/isc/base64.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: base64.c,v 1.3 2020/02/24 13:49:38 jsg Exp $ */ +/* $Id: base64.c,v 1.4 2020/02/25 05:00:43 jsg Exp $ */ /*! \file */ @@ -31,7 +31,6 @@ return (_r); \ } while (0) - /*@{*/ /*! * These static functions are also present in lib/dns/rdata.c. I'm not |
