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

Commit00b821a

Browse files
committed
Fix gratuitous weirdness in function prototype, per Kris Jurka.
1 parent2f132eb commit00b821a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/port/path.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/port/path.c,v 1.35 2004/09/0216:42:00 tgl Exp $
11+
* $PostgreSQL: pgsql/src/port/path.c,v 1.36 2004/09/24 05:16:35 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -32,7 +32,7 @@
3232
#defineIS_PATH_SEP(ch) ((ch) == ';')
3333
#endif
3434

35-
conststaticchar*relative_path(constchar*bin_path,constchar*other_path);
35+
staticconstchar*relative_path(constchar*bin_path,constchar*other_path);
3636
staticvoidmake_relative(constchar*my_exec_path,constchar*p,char*ret_path);
3737
staticvoidtrim_directory(char*path);
3838
staticvoidtrim_trailing_separator(char*path);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp