DEBUG call was invalid

This commit is contained in:
LawrenceK 2012-07-18 09:57:51 +01:00
parent 62777d43b1
commit 07e7e2a0fe

View File

@ -190,7 +190,7 @@ xrdp_rdp_detect_cpu(void)
if (edx & (1 << 26))
{
DEBUG("SSE2 detected");
DEBUG(("SSE2 detected"));
cpu_opt |= CPU_SSE2;
}