Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/string.h')
-rw-r--r--src/include/common/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/string.h b/src/include/common/string.h
index 63c3e81a644..78a450192e4 100644
--- a/src/include/common/string.h
+++ b/src/include/common/string.h
@@ -12,6 +12,6 @@
extern bool pg_str_endswith(const char *str, const char *end);
extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
- int base);
+ int base);
#endif /* COMMON_STRING_H */