diff options
author | Denis Kenzior <denis.kenzior@intel.com> | 2009-12-01 12:04:14 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-12-01 12:42:23 -0600 |
commit | 55572b6e69ca5b39db5f107fdb60fcb249fc838b (patch) | |
tree | 83c972669a606d5b43125727f9f5c94359b26321 /src | |
parent | 7254f8ac867a3ff038229ba48b3b092892432834 (diff) | |
download | ofono-55572b6e69ca5b39db5f107fdb60fcb249fc838b.tar.bz2 |
Style: Use unsigned int instead of unsigned
Diffstat (limited to 'src')
-rw-r--r-- | src/gprs.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1389,7 +1389,8 @@ void ofono_gprs_add_context(struct ofono_gprs *gprs, __ofono_atom_register(gc->atom, gprs_context_unregister); } -void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc, unsigned cid) +void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc, + unsigned int cid) { DBusConnection *conn = ofono_dbus_get_connection(); GSList *l; |