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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user