fix alignment
This commit is contained in:
parent
2f2367e5b5
commit
10ec35d458
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ void dbg_dump_wnd_styles(DWORD style, DWORD exstyle)
|
||||||
{
|
{
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (style & WS_BORDER) {
|
if (style & WS_BORDER) {
|
||||||
TRACE(" WS_BORDER\n");
|
TRACE(" WS_BORDER\n");
|
||||||
}
|
}
|
||||||
if (style & WS_CAPTION) {
|
if (style & WS_CAPTION) {
|
||||||
TRACE(" WS_CAPTION\n");
|
TRACE(" WS_CAPTION\n");
|
||||||
|
|
Loading…
Reference in a new issue