cleaned up c++ comments into c comments

This commit is contained in:
skarg
2006-02-19 01:41:33 +00:00
parent b686fa7ca7
commit cc52c371bc
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -200,8 +200,7 @@ int rp_ack_decode_service_request(uint8_t * apdu, int apdu_len, /* total length
data->array_index = array_value;
} else
data->array_index = BACNET_ARRAY_ALL;
/* Tag 3: opening context tag */ */
/* Tag 3: opening context tag */
if (decode_is_opening_tag_number(&apdu[len], 3)) {
/* a tag number of 3 is not extended so only one octet */
len++;
+1 -1
View File
@@ -112,7 +112,7 @@ int wp_decode_service_request(uint8_t * apdu,
data->array_index = unsigned_value;
} else
data->array_index = BACNET_ARRAY_ALL;
/* Tag 3: opening context tag */ */
/* Tag 3: opening context tag */
if (!decode_is_opening_tag_number(&apdu[len], 3))
return -1;
/* a tag number of 3 is not extended so only one octet */