소스 검색

NULL terminate array as test_minmea_check expects

Anthony Brice 9 년 전
부모
커밋
137824049b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests.c

+ 1 - 0
tests.c

@@ -18,6 +18,7 @@
 
 static const char *valid_sentences_nochecksum[] = {
     "$GPTXT,xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
+    NULL,
 };
 
 static const char *valid_sentences_checksum[] = {