mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[REGEDIT]
Code formatting only. svn path=/trunk/; revision=59370
This commit is contained in:
parent
aef959eff2
commit
fefd11144a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue