summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/rewind_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_rewind/rewind_source.h')
-rw-r--r--src/bin/pg_rewind/rewind_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/rewind_source.h b/src/bin/pg_rewind/rewind_source.h
index 69ad0e495ff..98af3b58ee3 100644
--- a/src/bin/pg_rewind/rewind_source.h
+++ b/src/bin/pg_rewind/rewind_source.h
@@ -83,4 +83,4 @@ extern rewind_source *init_libpq_source(PGconn *conn);
/* in local_source.c */
extern rewind_source *init_local_source(const char *datadir);
-#endif /* FETCH_H */
+#endif /* REWIND_SOURCE_H */