From 365bf7602b569b97e8c35ab34fb0350563959ca3 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Tue, 17 Oct 2023 16:50:22 +0100 Subject: [PATCH] fix format in src/sysinfo --- src/sysinfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysinfo.cc b/src/sysinfo.cc index ae6dba90..64aa15e0 100644 --- a/src/sysinfo.cc +++ b/src/sysinfo.cc @@ -18,7 +18,7 @@ #if !defined(WINVER) || WINVER < 0x0600 #undef WINVER #define WINVER 0x0600 -#endif // WINVER handling +#endif // WINVER handling #include #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA #include