added ';' so indent works correctly

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1378 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Jay Sorg 2007-01-11 05:01:46 +00:00
parent fd4166de6c
commit 7b41e71cd9

3
mcs.c
View File

@ -36,7 +36,8 @@ ber_parse_header(STREAM s, int tagval, int *length)
}
else
{
in_uint8(s, tag)}
in_uint8(s, tag);
}
if (tag != tagval)
{