Fix invalid error message

This commit is contained in:
Michał Janiszewski
2018-10-31 22:46:06 +01:00
committed by Baldur Karlsson
parent 0909f1b90a
commit 0d3496a9c0
+1 -1
View File
@@ -1121,7 +1121,7 @@ void RenderDoc::RemoveDeviceFrameCapturer(void *dev)
{
if(dev == NULL)
{
RDCERR("Invalid device pointer: %#p / %#p", dev);
RDCERR("Invalid device pointer: %#p", dev);
return;
}