diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-03-10 11:26:18 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-15 21:02:02 -0500 |
commit | bbf67bd4a0cf7124d8da9712f44670a1acaf2d08 (patch) | |
tree | 629895cddd42c02131bc4fb5ba730cceabcf2e64 /src/stkutil.h | |
parent | 1dfb59b6102511536c79220c610c016d53897602 (diff) | |
download | ofono-bbf67bd4a0cf7124d8da9712f44670a1acaf2d08.tar.bz2 |
Refactor: stk alpha identifier object
Style issues, we must also return FALSE in case conversion fails
Diffstat (limited to 'src/stkutil.h')
-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 7acf3faf..b67bbefe 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -85,7 +85,7 @@ enum stk_data_object_type { STK_DATA_OBJECT_TYPE_DEVICE_IDENTITIES = 0x02, STK_DATA_OBJECT_TYPE_RESULT = 0x03, STK_DATA_OBJECT_TYPE_DURATION = 0x04, - STK_DATA_OBJECT_TYPE_ALPHA_IDENTIFIER = 0x05, + STK_DATA_OBJECT_TYPE_ALPHA_ID = 0x05, STK_DATA_OBJECT_TYPE_ADDRESS = 0x06, STK_DATA_OBJECT_TYPE_CAPABILITY_CONFIGURATION_PARAMETERS = 0x07, STK_DATA_OBJECT_TYPE_SUBADDRESS = 0x08, |