summaryrefslogtreecommitdiff
path: root/zwgc/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/regexp.c')
-rw-r--r--zwgc/regexp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zwgc/regexp.c b/zwgc/regexp.c
index d3a2cb5..a9314ab 100644
--- a/zwgc/regexp.c
+++ b/zwgc/regexp.c
@@ -20,9 +20,9 @@ static const char rcsid_regexp_c[] = "$Id$";
#include "regexp.h"
-int ed_regexp_match_p(test_string, pattern)
- string test_string;
- string pattern;
+int
+ed_regexp_match_p(string test_string,
+ string pattern)
{
regex_t RE;
int retval;