fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/29503 )


Change subject: tests/llc/pdu_codec_test: use const char * const
......................................................................

tests/llc/pdu_codec_test: use const char * const

Not really important, just makes the linter happy.

Change-Id: I9b952b05fed11f26d2839314270e2862db3d036a
---
M tests/llc/pdu_codec_test.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/03/29503/1

diff --git a/tests/llc/pdu_codec_test.c b/tests/llc/pdu_codec_test.c
index f2418fe..d1169a7 100644
--- a/tests/llc/pdu_codec_test.c
+++ b/tests/llc/pdu_codec_test.c
@@ -28,7 +28,7 @@

 static void test_pdu_dec_enc(void)
 {
-       static const char *testData[] = {
+       static const char * const testData[] = {
                /* SAPI=1 (GMM), UI func=UI C/R=0 PM=0 N(U)=4 */
                "01c010080509afe633",
                /* SAPI=1 (GMM), UI func=UI C/R=1 PM=1 N(U)=0 */

--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/29503
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I9b952b05fed11f26d2839314270e2862db3d036a
Gerrit-Change-Number: 29503
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to