diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-08-21 14:17:45 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-08-21 14:19:37 +0200 |
commit | 715e94505560236ddba8bfced8d3f775c6363a3b (patch) | |
tree | 39e3548ff272d290e8723df097fc213f23a68500 /include | |
parent | efe0100189a85fabddeb1e0c61dc845d983b7893 (diff) |
gsm0808: Fix copy and paste pointed out by clang
The element following the identifier list was the
GSM0808_IE_LSA_INFORMATION. It is a TLV type as well
and the issue got introduced in
92107dfd3b99ab0dbb0f4770286454ad94a36de2.
Fixes:
gsm0808.c:316:40: warning: initializer overrides prior initialization of this subobject
[-Winitializer-overrides]
[GSM0808_IE_LSA_IDENTIFIER_LIST] = { TLV_TYPE_TLV },
^~~~~~~~~~~~
gsm0808.c:315:40: note: previous initialization is here
[GSM0808_IE_LSA_IDENTIFIER_LIST] = { TLV_TYPE_TLV },
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions