- Fix a warning caused by my previous commit

svn path=/trunk/; revision=55457
This commit is contained in:
Giannis Adamopoulos 2012-02-06 11:00:52 +00:00
parent 44d9f6f838
commit da5891c24b

View file

@ -328,6 +328,7 @@ NtUserUpdatePerUserSystemParameters(
g_PaintDesktopVersion = SpiLoadDWord(KEY_DESKTOP, VAL_PAINTDESKVER, 0);
else
g_PaintDesktopVersion = FALSE;
bResult = TRUE;
TRACE("Leave NtUserUpdatePerUserSystemParameters, returning %d\n", bResult);
UserLeave();