aboutsummaryrefslogtreecommitdiff
path: root/src/fe_utils/string_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe_utils/string_utils.c')
-rw-r--r--src/fe_utils/string_utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe_utils/string_utils.c b/src/fe_utils/string_utils.c
index 45a08c7ee10..c7e42ddec9f 100644
--- a/src/fe_utils/string_utils.c
+++ b/src/fe_utils/string_utils.c
@@ -536,7 +536,7 @@ appendShellStringNoError(PQExpBuffer buf, const char *str)
backslash_run_length--;
}
appendPQExpBufferStr(buf, "^\"");
-#endif /* WIN32 */
+#endif /* WIN32 */
return ok;
}
@@ -713,9 +713,9 @@ parsePGArray(const char *atext, char ***itemarray, int *nitems)
{
atext++;
if (*atext == '\0')
- return false; /* premature end of string */
+ return false; /* premature end of string */
}
- *strings++ = *atext++; /* copy quoted data */
+ *strings++ = *atext++; /* copy quoted data */
}
atext++;
}