summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rpmatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rpmatch.c b/lib/rpmatch.c
index d9c31b598..fbd62e2af 100644
--- a/lib/rpmatch.c
+++ b/lib/rpmatch.c
@@ -36,7 +36,8 @@
# define _(Text) gettext (Text)
static int
-try (const char *response, const char *pattern, const int match, const int nomatch, const char **lastp, regex_t *re)
+try (const char *response, const char *pattern, const int match,
+ const int nomatch, const char **lastp, regex_t *re)
{
if (pattern != *lastp)
{