summaryrefslogtreecommitdiff
path: root/src/storage.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-01-04 12:20:10 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-01-04 12:20:10 -0800
commitf07a470cd8958b3d9cdf74e0328772b2a957b38d (patch)
tree39c238a57ed87e2bc4cdfebd51fefcd2a05b796c /src/storage.c
parent8f021d49689ddb90dc6d46dc4d0125c30ff18d47 (diff)
downloadbluez-f07a470cd8958b3d9cdf74e0328772b2a957b38d.tar.gz
core: Remove the total silly usage of gchar and replace it with just char
Diffstat (limited to 'src/storage.c')
-rw-r--r--src/storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.c b/src/storage.c
index be3bbf25c..28abeb355 100644
--- a/src/storage.c
+++ b/src/storage.c
@@ -144,7 +144,7 @@ int read_local_name(const bdaddr_t *bdaddr, char *name)
return 0;
}
-sdp_record_t *record_from_string(const gchar *str)
+sdp_record_t *record_from_string(const char *str)
{
sdp_record_t *rec;
int size, i, len;