The decode function in psql.c doesn't return anything, so its

declaration is incorrect.

-Kurt
This commit is contained in:
Marc G. Fournier 1996-07-29 20:58:42 +00:00
parent c4ea55d2c9
commit be19feb14a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.13 1996/07/28 07:08:13 scrappy Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.14 1996/07/29 20:58:42 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -557,7 +557,7 @@ toggle(PsqlSettings *settings, bool *sw, char *msg)
return *sw;
}
char *
void
decode(char *s)
{
char *p, *d;