https://git.reactos.org/?p=reactos.git;a=commitdiff;h=95bf5872eecd43cef85716774b79a4121d6d4069
commit 95bf5872eecd43cef85716774b79a4121d6d4069 Author: Eric Kohl <[email protected]> AuthorDate: Sat Jul 15 13:18:38 2023 +0200 Commit: Eric Kohl <[email protected]> CommitDate: Sat Jul 15 13:18:38 2023 +0200 [NETSH] Append missing newline for MSVC --- base/applications/network/netsh/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/applications/network/netsh/resource.h b/base/applications/network/netsh/resource.h index e3875fd655c..651a9cd60b4 100644 --- a/base/applications/network/netsh/resource.h +++ b/base/applications/network/netsh/resource.h @@ -34,4 +34,4 @@ #define IDS_HLP_GROUP_ADD 320 #define IDS_HLP_GROUP_DELETE 321 -#define IDS_HLP_GROUP_SHOW 322 \ No newline at end of file +#define IDS_HLP_GROUP_SHOW 322
