Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be19feb

Browse files
committed
The decode function in psql.c doesn't return anything, so its
declaration is incorrect. -Kurt
1 parent c4ea55d commit be19feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/psql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.13 1996/07/28 07:08:13 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.14 1996/07/29 20:58:42 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -557,7 +557,7 @@ toggle(PsqlSettings *settings, bool *sw, char *msg)
557557
return *sw;
558558
}
559559

560-
char *
560+
void
561561
decode(char *s)
562562
{
563563
char *p, *d;

0 commit comments

Comments
 (0)