[REGEDIT]

Code formatting only.

svn path=/trunk/; revision=59370
This commit is contained in:
Hermès Bélusca-Maïto 2013-06-29 19:05:15 +00:00
parent aef959eff2
commit fefd11144a

View file

@ -149,7 +149,7 @@ extern void SaveSettings(void)
/* Get program window settings */
tConfig.tPlacement.length = sizeof(WINDOWPLACEMENT);
GetWindowPlacement(hFrameWnd , &tConfig.tPlacement);
GetWindowPlacement(hFrameWnd, &tConfig.tPlacement);
/* Save all the data */
RegSetValueExW(hKey, L"View", 0, REG_BINARY, (LPBYTE)&tConfig, iBufferSize);