diff options
author | Pekka Pessi <Pekka.Pessi@nokia.com> | 2010-10-05 13:37:55 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-05 13:53:12 +0200 |
commit | 907e14e4ae5288f262989df1c72f33b63c41b782 (patch) | |
tree | f70103cba895378613f327472e17091993353b71 /src | |
parent | adb82190908ee9045a08c74d47c16c9c7f5b88f9 (diff) | |
download | ofono-907e14e4ae5288f262989df1c72f33b63c41b782.tar.bz2 |
sms: fix type error
Diffstat (limited to 'src')
-rw-r--r-- | src/sms.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |