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

Commit25b8b69

Browse files
author
Neil Conway
committed
Remove a superfluous semi-colon.
1 parent7b2cf17 commit25b8b69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/bin/initdb/initdb.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* Portions Copyright (c) 1994, Regents of the University of California
4444
* Portions taken from FreeBSD.
4545
*
46-
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.19 2004/01/26 22:35:32 tgl Exp $
46+
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.20 2004/01/31 21:18:00 neilc Exp $
4747
*
4848
*-------------------------------------------------------------------------
4949
*/
@@ -450,7 +450,6 @@ writefile(char *path, char **lines)
450450
FILE*out_file;
451451
char**line;
452452

453-
;
454453
if ((out_file=fopen(path,PG_BINARY_W))==NULL)
455454
{
456455
fprintf(stderr,_("%s: could not open file \"%s\" for writing: %s\n"),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp