From 10ec35d458327252f0860091a199863fbca87523 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sun, 26 May 2024 02:02:00 +0200 Subject: [PATCH] fix alignment --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 12f9ca3..c9b5d1f 100644 --- a/src/debug.c +++ b/src/debug.c @@ -282,7 +282,7 @@ void dbg_dump_wnd_styles(DWORD style, DWORD exstyle) { #ifdef _DEBUG if (style & WS_BORDER) { - TRACE(" WS_BORDER\n"); + TRACE(" WS_BORDER\n"); } if (style & WS_CAPTION) { TRACE(" WS_CAPTION\n");