diff options
Diffstat (limited to 'src/bin/pg_rewind/logging.h')
-rw-r--r-- | src/bin/pg_rewind/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/logging.h b/src/bin/pg_rewind/logging.h index 0272a22039d..efbc9b7bb94 100644 --- a/src/bin/pg_rewind/logging.h +++ b/src/bin/pg_rewind/logging.h @@ -32,4 +32,4 @@ extern void pg_fatal(const char *fmt,...) pg_attribute_printf(1, 2) pg_attribute extern void progress_report(bool force); -#endif +#endif /* PG_REWIND_LOGGING_H */ |