Move #endif one line down to make the source code balanced.

svn path=/trunk/; revision=16984
This commit is contained in:
Filip Navara 2005-08-02 22:14:52 +00:00
parent 595f9f988d
commit c635b98ceb

View file

@ -295,6 +295,6 @@ NtCallbackReturn (PVOID Result,
/* Should never return. */
KEBUGCHECK(0);
return(STATUS_UNSUCCESSFUL);
#endif
}
#endif
/* EOF */