https://git.reactos.org/?p=reactos.git;a=commitdiff;h=30010a5aa750b64528ebb2...
commit 30010a5aa750b64528ebb2dca85ecfd7c3484f13 Author: Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com AuthorDate: Fri Dec 3 03:14:44 2021 +0100 Commit: GitHub noreply@github.com CommitDate: Fri Dec 3 03:14:44 2021 +0100
[FREELDR] debug.h: Add an explicit VOID parameter type (#4133)
Addendum to 98c17d3. --- boot/freeldr/freeldr/include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/freeldr/freeldr/include/debug.h b/boot/freeldr/freeldr/include/debug.h index 247b8840647..e85582f8cea 100644 --- a/boot/freeldr/freeldr/include/debug.h +++ b/boot/freeldr/freeldr/include/debug.h @@ -44,7 +44,7 @@ ULONG DbgPrint(const char *Format, ...); VOID DbgPrint2(ULONG Mask, ULONG Level, const char *File, ULONG Line, char *Format, ...); VOID DebugDumpBuffer(ULONG Mask, PVOID Buffer, ULONG Length); - VOID DebugDisableScreenPort(); + VOID DebugDisableScreenPort(VOID); VOID DbgParseDebugChannels(PCHAR Value);
#define ERR_LEVEL 0x1