[NTDLL][HAL][INFLIB][RTL][NTOS] VOIDify function paramater lists when they indeed...
[reactos.git] / reactos / ntoskrnl / kd / wrappers / gdbstub.c
index e32da19..6ca6893 100644 (file)
@@ -133,7 +133,7 @@ GdbGetChar(VOID)
 
 /* scan for the sequence $<data>#<Checksum> */
 PCHAR
-GspGetPacket()
+GspGetPacket(VOID)
 {
     PCHAR Buffer = &GspInBuffer[0];
     CHAR Checksum;