diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h index 0d129180a51..10385c04bf4 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.106 2001/10/25 05:49:54 momjian Exp $ + * $Id: c.h,v 1.107 2001/10/28 06:25:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -645,4 +645,5 @@ extern int vsnprintf(char *str, size_t count, const char *fmt, va_list args); * end of c.h * ---------------- */ + #endif /* C_H */ |