aboutsummaryrefslogtreecommitdiff
path: root/intl/hash-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'intl/hash-string.h')
-rw-r--r--intl/hash-string.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/intl/hash-string.h b/intl/hash-string.h
index 6eab80f96e3..2984b7ba49a 100644
--- a/intl/hash-string.h
+++ b/intl/hash-string.h
@@ -36,8 +36,7 @@
static unsigned long int hash_string PARAMS ((const char *__str_param));
static inline unsigned long int
-hash_string (str_param)
- const char *str_param;
+hash_string (const char *str_param)
{
unsigned long int hval, g;
const char *str = str_param;