Skip to content

Commit

Permalink
Is #663 - Small change for MSVC10
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffmcl committed Dec 23, 2017
1 parent f0438bd commit 7f9e02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tidylib.c
Expand Up @@ -1436,8 +1436,8 @@ int TY_(DocParseStream)( TidyDocImpl* doc, StreamIn* in )
Bool xmlIn = cfgBool( doc, TidyXmlTags );
TidyConfigChangeCallback callback = doc->pConfigChangeCallback;

doc->pConfigChangeCallback = NULL;
int bomEnc;
doc->pConfigChangeCallback = NULL;

assert( doc != NULL && in != NULL );
assert( doc->docIn == NULL );
Expand Down

0 comments on commit 7f9e02b

Please sign in to comment.