diff options
Diffstat (limited to 'src/include/nodes/params.h')
-rw-r--r-- | src/include/nodes/params.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h index d3e8bd86e8a..083c5faed41 100644 --- a/src/include/nodes/params.h +++ b/src/include/nodes/params.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: params.h,v 1.5 1997/09/08 02:37:22 momjian Exp $ + * $Id: params.h,v 1.6 1997/09/08 21:52:48 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -83,7 +83,7 @@ typedef struct ParamListInfoData bool isnull; bool byval; Datum value; -} ParamListInfoData; +} ParamListInfoData; typedef ParamListInfoData *ParamListInfo; |