diff options
Diffstat (limited to 'src/include/access/htup.h')
-rw-r--r-- | src/include/access/htup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 3b6b32b98f9..0b6653f3865 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: htup.h,v 1.5 1997/09/08 02:34:12 momjian Exp $ + * $Id: htup.h,v 1.6 1997/09/08 21:50:46 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -58,7 +58,7 @@ typedef struct HeapTupleData /* bit map of domains */ /* MORE DATA FOLLOWS AT END OF STRUCT */ -} HeapTupleData; +} HeapTupleData; typedef HeapTupleData *HeapTuple; |