From 07e7e2a0fe21a69c22677ef59e26ba58e7678597 Mon Sep 17 00:00:00 2001 From: LawrenceK Date: Wed, 18 Jul 2012 09:57:51 +0100 Subject: [PATCH] DEBUG call was invalid --- libxrdp/xrdp_rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxrdp/xrdp_rdp.c b/libxrdp/xrdp_rdp.c index f25108f0..b92430e5 100644 --- a/libxrdp/xrdp_rdp.c +++ b/libxrdp/xrdp_rdp.c @@ -190,7 +190,7 @@ xrdp_rdp_detect_cpu(void) if (edx & (1 << 26)) { - DEBUG("SSE2 detected"); + DEBUG(("SSE2 detected")); cpu_opt |= CPU_SSE2; }