diff options
author | Yang Gu <yang.gu@intel.com> | 2010-03-16 18:01:37 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-16 15:30:06 -0500 |
commit | 69846439e694671743b6dc26c8b3a3411a101b5f (patch) | |
tree | ff4869800dbea01ff2fa8260f9d1524099a2ea33 /src | |
parent | d26e71a06a3c1aa74114ef5a38f3b92f06ca2e59 (diff) | |
download | ofono-69846439e694671743b6dc26c8b3a3411a101b5f.tar.bz2 |
Fix the structure of stk_subaddress
Diffstat (limited to 'src')
-rw-r--r-- | src/stkutil.h | 2 |
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]; }; /* |