added const declaration E.Mergl

This commit is contained in:
Edmund Mergl 1997-05-17 16:23:06 +00:00
parent 377cd2ea32
commit 0c67d28a08
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.1.1.1 1996/07/09 06:22:07 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.2 1997/05/17 16:23:06 mergl Exp $
*
*-------------------------------------------------------------------------
*/
@ -26,7 +26,7 @@ static char FormBuf[FormMaxSize];
* ----------------
*/
char *
form(char *fmt, ... )
form(const char *fmt, ... )
{
va_list args;