aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql.c b/src/mysql.c
index ea74d5b..fbc395b 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -41,7 +41,7 @@ s_mysql_free(struct sql_connect *conn)
SCM
s_mysql_connect (char *hostname, int port,
- char *dbname, char *user, char *pass, char *why)
+ char *dbname, char *user, char *pass, const char *why)
{
MYSQL *mysql;
SCM smob;

Return to:

Send suggestions and report system problems to the System administrator.