Skip to content

Commit 8b782ee

Browse files
committed
Fix minor compile warning
1 parent 8726f66 commit 8b782ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Src/MainLib/InterceptLogXML.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ xslFileName(newXSLFileName)
2626

2727
}
2828

29-
30-
3129
///////////////////////////////////////////////////////////////////////////////
3230
//
3331
InterceptLogXML::~InterceptLogXML()
@@ -245,7 +243,7 @@ void InterceptLogXML::LogFunctionPre(const FunctionData *funcData,uint index, co
245243
{
246244
fprintf(logFile,"<TEXSTAGE number=\"%u\">",boundTextures[i].texStage);
247245
AddImageTag(boundTextures[i].texID);
248-
fprintf(logFile,"</TEXSTAGE>",boundTextures[i].texStage);
246+
fprintf(logFile,"</TEXSTAGE>");
249247
}
250248
}
251249
}

0 commit comments

Comments
 (0)