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