Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d01741b

Browse files
committed
Remove extraneous semicolon --- buildfarm member bear, for one,
objects to it.
1 parent 14572e4 commit d01741b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/tsgistidx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.1 2007/08/21 01:11:19 tgl Exp $
10+
* $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.2 2007/08/21 06:34:42 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -52,7 +52,7 @@ typedef char *BITVECP;
5252

5353
typedef struct
5454
{
55-
int32 vl_len_; /* varlena header (do not touch directly!) */ ;
55+
int32 vl_len_; /* varlena header (do not touch directly!) */
5656
int4 flag;
5757
char data[1];
5858
} SignTSVector;

0 commit comments

Comments
 (0)