mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
[r3063] Merged revision(s) 3061 from branches/releases/bacnet-stack-0-8-0:
Fixed typedef so that uses of it are const. ........ Author: skarg@r3063
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* index and text pairs */
|
/* index and text pairs */
|
||||||
const typedef struct {
|
typedef const struct {
|
||||||
const unsigned index; /* index number that matches the text */
|
const unsigned index; /* index number that matches the text */
|
||||||
const char *pString; /* text pair - use NULL to end the list */
|
const char *pString; /* text pair - use NULL to end the list */
|
||||||
} INDTEXT_DATA;
|
} INDTEXT_DATA;
|
||||||
|
|||||||
Reference in New Issue
Block a user