Skip to content

Commit a02a5fc

Browse files
committed
Declare fp static
It's only used in pg_filedump.c.
1 parent cb44a1a commit a02a5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg_filedump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ unsigned int specialType = SPEC_SECT_NONE;
6060
static bool verbose = false;
6161

6262
/* File to dump or format */
63-
FILE *fp = NULL;
63+
static FILE *fp = NULL;
6464

6565
/* File name for display */
6666
char *fileName = NULL;

0 commit comments

Comments
 (0)