Typo semicolons removed

This commit is contained in:
koby3101
2017-02-06 12:22:14 +00:00
parent d4469212d0
commit ee973cb906
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ int Analog_Input_Read_Property(
/* if no index was specified, then try to encode the entire list */
/* into one packet. */
else if (rpdata->array_index == BACNET_ARRAY_ALL) {
for (i = 0; i < MAX_BACNET_EVENT_TRANSITION; i++) {;
for (i = 0; i < MAX_BACNET_EVENT_TRANSITION; i++) {
len =
encode_opening_tag(&apdu[apdu_len],
TIME_STAMP_DATETIME);
+1 -1
View File
@@ -580,7 +580,7 @@ int Analog_Value_Read_Property(
/* if no index was specified, then try to encode the entire list */
/* into one packet. */
else if (rpdata->array_index == BACNET_ARRAY_ALL) {
for (i = 0; i < MAX_BACNET_EVENT_TRANSITION; i++) {;
for (i = 0; i < MAX_BACNET_EVENT_TRANSITION; i++) {
len =
encode_opening_tag(&apdu[apdu_len],
TIME_STAMP_DATETIME);