mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- ...fix typo
svn path=/trunk/; revision=42925
This commit is contained in:
parent
9bf4e79360
commit
4a1bc02d08
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ KiRaiseException(IN PEXCEPTION_RECORD ExceptionRecord,
|
|||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
/* Don't fail silently */
|
||||
DPRINT1("KiRaiseException: Failed to Probe\n"),
|
||||
DPRINT1("KiRaiseException: Failed to Probe\n");
|
||||
DbgBreakPoint();
|
||||
|
||||
/* Return the exception code */
|
||||
|
|
Loading…
Reference in a new issue