mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[REGEDIT]
Code formatting only. svn path=/trunk/; revision=59370
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user