diff options
Diffstat (limited to 'src/ussd.c')
-rw-r--r-- | src/ussd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -522,7 +522,7 @@ static void ussd_remove(struct ofono_atom *atom) } struct ofono_ussd *ofono_ussd_create(struct ofono_modem *modem, - int vendor, + unsigned int vendor, const char *driver, void *data) { |