From d7ccfef25b5a128705dbfc11a717c2f4153f02c6 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 21 May 2012 16:52:40 -0700 Subject: [PATCH] uxtheme: plf is already a pointer. --- dlls/uxtheme/metric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/uxtheme/metric.c b/dlls/uxtheme/metric.c index c056f281289..043f836da67 100644 --- a/dlls/uxtheme/metric.c +++ b/dlls/uxtheme/metric.c @@ -118,7 +118,7 @@ HRESULT WINAPI GetThemeSysFont(HTHEME hTheme, int iFontID, LOGFONTW *plf) } } if(iFontID == TMT_ICONTITLEFONT) { - if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), &plf, 0)) + if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), plf, 0)) return HRESULT_FROM_WIN32(GetLastError()); } else {