summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-10-05 13:37:55 +0300
committerMarcel Holtmann <marcel@holtmann.org>2010-10-05 13:53:12 +0200
commit907e14e4ae5288f262989df1c72f33b63c41b782 (patch)
treef70103cba895378613f327472e17091993353b71
parentadb82190908ee9045a08c74d47c16c9c7f5b88f9 (diff)
downloadofono-907e14e4ae5288f262989df1c72f33b63c41b782.tar.bz2
sms: fix type error
-rw-r--r--src/sms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sms.c b/src/sms.c
index b7051b93..aee9a610 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -69,7 +69,7 @@ struct ofono_sms {
struct sms_assembly *assembly;
guint ref;
GQueue *txq;
- gint tx_source;
+ guint tx_source;
struct ofono_message_waiting *mw;
unsigned int mw_watch;
struct ofono_sim *sim;