summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
authorDenis Kenzior <denis.kenzior@intel.com>2009-12-01 12:04:14 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-12-01 12:42:23 -0600
commit55572b6e69ca5b39db5f107fdb60fcb249fc838b (patch)
tree83c972669a606d5b43125727f9f5c94359b26321 /include/types.h
parent7254f8ac867a3ff038229ba48b3b092892432834 (diff)
downloadofono-55572b6e69ca5b39db5f107fdb60fcb249fc838b.tar.bz2
Style: Use unsigned int instead of unsigned
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/types.h b/include/types.h
index 79e6d4cd..9ad31b9b 100644
--- a/include/types.h
+++ b/include/types.h
@@ -83,7 +83,7 @@ struct ofono_phone_number {
};
struct ofono_call {
- unsigned id;
+ unsigned int id;
int type;
int direction;
int status;