mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:43:12 +00:00
Move #endif one line down to make the source code balanced.
svn path=/trunk/; revision=16984
This commit is contained in:
parent
595f9f988d
commit
c635b98ceb
1 changed files with 1 additions and 1 deletions
|
@ -295,6 +295,6 @@ NtCallbackReturn (PVOID Result,
|
||||||
/* Should never return. */
|
/* Should never return. */
|
||||||
KEBUGCHECK(0);
|
KEBUGCHECK(0);
|
||||||
return(STATUS_UNSUCCESSFUL);
|
return(STATUS_UNSUCCESSFUL);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue