projects
/
pg_filedump.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb44a1a
)
Declare fp static
author
Christoph Berg
<myon@debian.org>
Tue, 15 Apr 2025 13:18:00 +0000
(15:18 +0200)
committer
Christoph Berg
<myon@debian.org>
Tue, 15 Apr 2025 13:18:00 +0000
(15:18 +0200)
It's only used in pg_filedump.c.
pg_filedump.c
patch
|
blob
|
blame
|
history
diff --git
a/pg_filedump.c
b/pg_filedump.c
index 49e39a8bcec17a25337f49149d344d0834966b10..24646bf6aaa8cf529903072d0f4bd3a673de5a49 100644
(file)
--- a/
pg_filedump.c
+++ b/
pg_filedump.c
@@
-60,7
+60,7
@@
unsigned int specialType = SPEC_SECT_NONE;
static bool verbose = false;
/* File to dump or format */
-FILE *fp = NULL;
+
static
FILE *fp = NULL;
/* File name for display */
char *fileName = NULL;