From de2582842ab5218ec590e9fb84ed0382293250eb Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 14 Nov 2012 12:59:19 +0200 Subject: [PATCH] core: Use int instead of gint --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.c b/src/profile.c index abb5a53d9..23aa420b5 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1074,7 +1074,7 @@ static int parse_ext_opt(struct ext_profile *ext, const char *key, return 0; } -static gint get_priority(const struct btd_profile *p) +static int get_priority(const struct btd_profile *p) { if (strcasecmp(p->local_uuid, HFP_HS_UUID) == 0) return BTD_PROFILE_PRIORITY_HIGH; -- 2.47.3