Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/regex/regprefix.c')
-rw-r--r--src/backend/regex/regprefix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/regex/regprefix.c b/src/backend/regex/regprefix.c
index 3985e337078..207d40904ba 100644
--- a/src/backend/regex/regprefix.c
+++ b/src/backend/regex/regprefix.c
@@ -19,8 +19,8 @@
/*
* forward declarations
*/
-static int findprefix(struct cnfa *cnfa, struct colormap *cm,
- chr *string, size_t *slength);
+static int findprefix(struct cnfa *cnfa, struct colormap *cm,
+ chr *string, size_t *slength);
/*