summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2010-03-16 18:01:37 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-03-16 15:30:06 -0500
commit69846439e694671743b6dc26c8b3a3411a101b5f (patch)
treeff4869800dbea01ff2fa8260f9d1524099a2ea33 /src
parentd26e71a06a3c1aa74114ef5a38f3b92f06ca2e59 (diff)
downloadofono-69846439e694671743b6dc26c8b3a3411a101b5f.tar.bz2
Fix the structure of stk_subaddress
Diffstat (limited to 'src')
-rw-r--r--src/stkutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index b59c9f0c..b408f38a 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -286,7 +286,7 @@ struct stk_address {
*/
struct stk_subaddress {
unsigned char len;
- unsigned char *subaddr[23];
+ unsigned char subaddr[23];
};
/*