diff options
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/errmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/errmsg.c b/libmysql/errmsg.c index 23c8e99cebc..9c241c2bd67 100644 --- a/libmysql/errmsg.c +++ b/libmysql/errmsg.c @@ -88,7 +88,7 @@ const char *client_errors[]= "" }; -const char** get_client_errmsgs() +const char** get_client_errmsgs(void) { return client_errors; } |