msm8974-common: libril: Fix typo
Test: build Change-Id: I729888834881386d52f072e0444d50b480f85928 Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
This commit is contained in:
parent
8a32750c24
commit
4f09b93962
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ typedef struct {
|
||||||
/* Used only when digitMode is 8-bit */
|
/* Used only when digitMode is 8-bit */
|
||||||
unsigned char number_of_digits;
|
unsigned char number_of_digits;
|
||||||
unsigned char digits[ RIL_CDMA_SMS_ADDRESS_MAX ];
|
unsigned char digits[ RIL_CDMA_SMS_ADDRESS_MAX ];
|
||||||
/* Each byte in this array represnts a 40bit or 8-bit digit of address data */
|
/* Each byte in this array represnts a 4-bit or 8-bit digit of address data */
|
||||||
} RIL_CDMA_SMS_Address;
|
} RIL_CDMA_SMS_Address;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue