summaryrefslogtreecommitdiff
path: root/src/bin/psql/stringutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/stringutils.c')
-rw-r--r--src/bin/psql/stringutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c
index 298f3003c5..d3641cd2e3 100644
--- a/src/bin/psql/stringutils.c
+++ b/src/bin/psql/stringutils.c
@@ -52,7 +52,7 @@ strtokx(const char *s,
char *cp = NULL;
#ifndef MULTIBYTE
- (void)encoding; /*not used*/
+ (void) encoding; /* not used */
#endif
if (s)