From b1913b67d62cc7128320745606e5eeecec9b66bc Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Mon, 18 Nov 2019 19:02:29 +0800 Subject: [PATCH] tune --- src/include/dc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/dc.h b/src/include/dc.h index a930d685..7f6fb180 100644 --- a/src/include/dc.h +++ b/src/include/dc.h @@ -298,7 +298,8 @@ static inline BOOL dc_IsVisible (PDC pdc) if (dc_IsMemDC(pdc)){ if (!pdc->hwnd) return TRUE; } - else return TRUE; + else + return TRUE; } #endif