cleaned up compiler warnings

This commit is contained in:
skarg
2012-07-08 15:26:10 +00:00
parent f12db96ab3
commit 7514150f7d
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -995,7 +995,7 @@ uint32_t encode_bacnet_character_string_safe(
uint32_t length)
{
uint32_t apdu_len = 1 /*encoding*/;
int len, i;
int i;
apdu_len += length;
if (apdu && (apdu_len <= max_apdu)) {