diff options
Diffstat (limited to 'contrib/pg_xlogdump/pg_xlogdump.c')
-rw-r--r-- | contrib/pg_xlogdump/pg_xlogdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_xlogdump/pg_xlogdump.c b/contrib/pg_xlogdump/pg_xlogdump.c index 31b5d7589aa..824b8c393c9 100644 --- a/contrib/pg_xlogdump/pg_xlogdump.c +++ b/contrib/pg_xlogdump/pg_xlogdump.c @@ -704,7 +704,7 @@ main(int argc, char **argv) break; else { - pg_usleep(1000000L); /* 1 second */ + pg_usleep(1000000L); /* 1 second */ continue; } } |