summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-06-30 19:32:46 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-06-30 19:32:46 -0700
commit0ca2a09f34d5832493d1dcfe01d32801aff34575 (patch)
tree2e7042654815d234714e3ee26971113dd600753c /src/stkutil.h
parent6a183627f5307a17f0fe5921272bd2bf37ad50e3 (diff)
downloadofono-0ca2a09f34d5832493d1dcfe01d32801aff34575.tar.bz2
stkutil: Fix alignment issue with channel data length
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index f2e86681..d8415393 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1691,7 +1691,7 @@ struct stk_envelope_event_download {
} browser_termination;
struct {
struct stk_channel channel;
- unsigned int channel_data_len;
+ unsigned short channel_data_len;
} data_available;
struct {
struct stk_channel channel;