Skip to content

Commit 25b8b69

Browse files
author
Neil Conway
committed
Remove a superfluous semi-colon.
1 parent 7b2cf17 commit 25b8b69

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy