diff options
Diffstat (limited to 'contrib/seg/seg.c')
-rw-r--r-- | contrib/seg/seg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c index 4a8e2be3290..cb677e0ae51 100644 --- a/contrib/seg/seg.c +++ b/contrib/seg/seg.c @@ -92,7 +92,7 @@ PG_FUNCTION_INFO_V1(seg_different); /* ** Auxiliary functions */ -static int restore(char *s, float val, int n); +static int restore(char *result, float val, int n); /***************************************************************************** |