aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/off.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/off.h')
-rw-r--r--src/include/storage/off.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/off.h b/src/include/storage/off.h
index a575b8d23ff..7af9032c8ee 100644
--- a/src/include/storage/off.h
+++ b/src/include/storage/off.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: off.h,v 1.11 2001/10/25 05:50:10 momjian Exp $
+ * $Id: off.h,v 1.12 2001/10/28 06:26:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -54,4 +54,5 @@ typedef uint16 OffsetNumber;
((OffsetNumber) (1 + (offsetNumber)))
#define OffsetNumberPrev(offsetNumber) \
((OffsetNumber) (-1 + (offsetNumber)))
+
#endif /* OFF_H */