From d2a93c234a43b61e671ce9a248adfbcfb52d8017 Mon Sep 17 00:00:00 2001 From: Samuel Serapion Date: Wed, 2 Dec 2009 02:50:16 +0000 Subject: [PATCH] fix warning about no newline at end of file svn path=/branches/ros-amd64-bringup/; revision=44352 --- reactos/tools/widl/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/widl/hash.c b/reactos/tools/widl/hash.c index fb33d19e2b9..551039c2cfa 100644 --- a/reactos/tools/widl/hash.c +++ b/reactos/tools/widl/hash.c @@ -636,4 +636,4 @@ unsigned int lhash_val_of_name_sys( syskind_t skind, LCID lcid, LPCSTR lpStr) nLoWord = (nLoWord % 65599) & 0xffff; return nHiWord | nLoWord; -} \ No newline at end of file +}