diff options
Diffstat (limited to 'src/bin/pg_rewind/pg_rewind.c')
-rw-r--r-- | src/bin/pg_rewind/pg_rewind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/pg_rewind.c b/src/bin/pg_rewind/pg_rewind.c index 6d458b034c1..dda3a7988b1 100644 --- a/src/bin/pg_rewind/pg_rewind.c +++ b/src/bin/pg_rewind/pg_rewind.c @@ -248,7 +248,7 @@ main(int argc, char **argv) /* * Build the filemap, by comparing the remote and local data directories. */ - (void) filemap_create(); + filemap_create(); pg_log(PG_PROGRESS, "reading source file list\n"); fetchRemoteFileList(); pg_log(PG_PROGRESS, "reading target file list\n"); |