diff options
Diffstat (limited to 'src/include/lib/stringinfo.h')
-rw-r--r-- | src/include/lib/stringinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h index f2935e53e7f..165f510428c 100644 --- a/src/include/lib/stringinfo.h +++ b/src/include/lib/stringinfo.h @@ -10,7 +10,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: stringinfo.h,v 1.22 2001/10/28 06:26:07 momjian Exp $ + * $Id: stringinfo.h,v 1.23 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -111,4 +111,4 @@ extern void appendStringInfoChar(StringInfo str, char ch); extern void appendBinaryStringInfo(StringInfo str, const char *data, int datalen); -#endif /* STRINGINFO_H */ +#endif /* STRINGINFO_H */ |