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