fix a no newline @ end of file warning

svn path=/trunk/; revision=36235
This commit is contained in:
Christoph von Wittich 2008-09-14 13:10:36 +00:00
parent a8e501e352
commit f72a3929a4

View file

@ -291,4 +291,4 @@ PIPHLP_RES_INFO getResInfo() {
VOID disposeResInfo( PIPHLP_RES_INFO InfoPtr ) { VOID disposeResInfo( PIPHLP_RES_INFO InfoPtr ) {
RtlFreeHeap( GetProcessHeap(), 0, InfoPtr ); RtlFreeHeap( GetProcessHeap(), 0, InfoPtr );
} }