mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 18:00:41 +00:00
- Fix kernel build regression for MSVC from 43014
svn path=/trunk/; revision=43067
This commit is contained in:
parent
ac0cfa98e2
commit
699f0baa21
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ KdbpAttachToProcess(
|
||||||
/*!\brief Calls the main loop ...
|
/*!\brief Calls the main loop ...
|
||||||
*/
|
*/
|
||||||
static VOID
|
static VOID
|
||||||
KdbpCallMainLoop()
|
KdbpCallMainLoop(VOID)
|
||||||
{
|
{
|
||||||
KdbpCliMainLoop(KdbEnteredOnSingleStep);
|
KdbpCliMainLoop(KdbEnteredOnSingleStep);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue