From 47ceb5b498bb578a414cc9afe19425dc3cf66f12 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 1 Sep 2017 19:13:31 +0200 Subject: [PATCH] ntapi.h: do away with funky comment style --- src/ntapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ntapi.h b/src/ntapi.h index e1eba9d..7eecb30 100644 --- a/src/ntapi.h +++ b/src/ntapi.h @@ -4054,7 +4054,8 @@ typedef NTSTATUS* PNTSTATUS; #endif /* This is not the NTSTATUS_FROM_WIN32 that the DDK provides, because the -/* DDK got it wrong! */ + * DDK got it wrong! + */ #ifdef NTSTATUS_FROM_WIN32 #undef NTSTATUS_FROM_WIN32 #endif