summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/pg_upgrade/check.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/check.c b/contrib/pg_upgrade/check.c
index 5699c66019f..e6d86ba7b9d 100644
--- a/contrib/pg_upgrade/check.c
+++ b/contrib/pg_upgrade/check.c
@@ -29,7 +29,8 @@ static void get_bin_version(ClusterInfo *cluster);
* such as is suitable for arguments to builtin commands
* like RMDIR and DEL.
*/
-static char *fix_path_separator(char *path)
+static char *
+fix_path_separator(char *path)
{
#ifdef WIN32