summaryrefslogtreecommitdiff
path: root/sed/regexp.c
diff options
context:
space:
mode:
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);