stkutil: Fix alignment issue with channel data length

This commit is contained in:
Marcel Holtmann 2011-06-30 19:32:46 -07:00
parent 6a183627f5
commit 0ca2a09f34
1 changed files with 1 additions and 1 deletions

View File

@ -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;