Skip to content

Commit eaccb46

Browse files
committed
fix a warning
1 parent e1d003b commit eaccb46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ writeBackupCatalogConfig(FILE *out, pgBackupConfig *config)
6868
fprintf(out, "PGPORT = %s\n", config->pgport);
6969
if (config->pguser)
7070
fprintf(out, "PGUSER = %s\n", config->pguser);
71-
fprintf(out, "#Retention parameters:\n");
71+
72+
fprintf(out, "#Retention parameters:\n");
7273
if (config->retention_redundancy)
7374
fprintf(out, "retention-redundancy = %u\n", config->retention_redundancy);
7475
if (config->retention_window)

0 commit comments

Comments
 (0)