summaryrefslogtreecommitdiffstats
path: root/src/dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dso.c')
-rw-r--r--src/dso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dso.c b/src/dso.c
index c42eff2..4138d0e 100644
--- a/src/dso.c
+++ b/src/dso.c
@@ -299,7 +299,7 @@ int driver_destroy(ca_context *c) {
return ret;
}
-int driver_change_device(ca_context *c, char *device) {
+int driver_change_device(ca_context *c, const char *device) {
struct private_dso *p;
ca_return_val_if_fail(c, CA_ERROR_INVALID);