summaryrefslogtreecommitdiff
path: root/sed/regexp.c
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-02-04 10:14:44 -0500
committerClint Adams <clint@debian.org>2017-02-04 10:29:57 -0500
commita2a4f555c44abda322dabcdf570401434caa52f2 (patch)
tree0ecaeee14d787bf89c309645f97dfa9b23be79ac /sed/regexp.c
parent815ec1bf6545c1b2650a467af09b61213ef4895e (diff)
New upstream version 4.4
Diffstat (limited to 'sed/regexp.c')
-rw-r--r--sed/regexp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sed/regexp.c b/sed/regexp.c
index ff898a8..049d9b9 100644
--- a/sed/regexp.c
+++ b/sed/regexp.c
@@ -1,5 +1,5 @@
/* GNU SED, a batch stream editor.
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -419,8 +419,7 @@ match_regex(struct regex *regex, char *buf, size_t buflen,
#ifdef DEBUG_LEAKS
void
-release_regex(regex)
- struct regex *regex;
+release_regex(struct regex *regex)
{
regfree(&regex->pattern);
free(regex);