Small fix

This commit is contained in:
binarymaster 2014-12-09 14:39:46 +03:00
parent ddb15f8cf5
commit 190dd74a65
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ typedef struct _INI_VAR_DWORD
typedef struct _INI_VAR_BYTEARRAY
{
char Name[MAX_STRING_LEN];
byte ArraySize;
BYTE ArraySize;
char Value[MAX_STRING_LEN];
} INI_VAR_BYTEARRAY, *PINI_VAR_BYTEARRAY;