diff options
Diffstat (limited to 'contrib/tsearch2/common.h')
-rw-r--r-- | contrib/tsearch2/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tsearch2/common.h b/contrib/tsearch2/common.h index c33507e9ac7..ff6ebd6240f 100644 --- a/contrib/tsearch2/common.h +++ b/contrib/tsearch2/common.h @@ -14,7 +14,7 @@ text *mtextdup(text *in); int text_cmp(text *a, text *b); -char * to_absfilename(char *filename); +char *to_absfilename(char *filename); #define NEXTVAL(x) ( (text*)( (char*)(x) + INTALIGN( VARSIZE(x) ) ) ) #define ARRNELEMS(x) ArrayGetNItems( ARR_NDIM(x), ARR_DIMS(x)) |