Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe19feb

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp