Merged revision(s) 3061 from branches/releases/bacnet-stack-0-8-0:

Fixed typedef so that uses of it are const.
........
This commit is contained in:
skarg
2016-10-25 13:56:57 +00:00
parent d612ae6567
commit 03cc5fc09c
+1 -1
View File
@@ -29,7 +29,7 @@
#include <string.h>
/* index and text pairs */
const typedef struct {
typedef const struct {
const unsigned index; /* index number that matches the text */
const char *pString; /* text pair - use NULL to end the list */
} INDTEXT_DATA;