Skip to content

Commit

Permalink
Fix minor compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrebilco committed Aug 23, 2016
1 parent 8726f66 commit 8b782ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Src/MainLib/InterceptLogXML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ xslFileName(newXSLFileName)

}



///////////////////////////////////////////////////////////////////////////////
//
InterceptLogXML::~InterceptLogXML()
Expand Down Expand Up @@ -245,7 +243,7 @@ void InterceptLogXML::LogFunctionPre(const FunctionData *funcData,uint index, co
{
fprintf(logFile,"<TEXSTAGE number=\"%u\">",boundTextures[i].texStage);
AddImageTag(boundTextures[i].texID);
fprintf(logFile,"</TEXSTAGE>",boundTextures[i].texStage);
fprintf(logFile,"</TEXSTAGE>");
}
}
}
Expand Down

0 comments on commit 8b782ee

Please sign in to comment.