فهرست منبع

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[] = {