From f72a3929a460f8f6ff04db0b216bd71b620d2643 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 14 Sep 2008 13:10:36 +0000 Subject: [PATCH] fix a no newline @ end of file warning svn path=/trunk/; revision=36235 --- reactos/dll/win32/iphlpapi/resinfo_reactos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/iphlpapi/resinfo_reactos.c b/reactos/dll/win32/iphlpapi/resinfo_reactos.c index 5d21d69bf25..c8a8d0d7e57 100644 --- a/reactos/dll/win32/iphlpapi/resinfo_reactos.c +++ b/reactos/dll/win32/iphlpapi/resinfo_reactos.c @@ -291,4 +291,4 @@ PIPHLP_RES_INFO getResInfo() { VOID disposeResInfo( PIPHLP_RES_INFO InfoPtr ) { RtlFreeHeap( GetProcessHeap(), 0, InfoPtr ); -} \ No newline at end of file +}