Author: sserapion
Date: Wed Dec  2 03:50:16 2009
New Revision: 44352

URL: http://svn.reactos.org/svn/reactos?rev=44352&view=rev
Log:
fix warning about no newline at end of file

Modified:
    branches/ros-amd64-bringup/reactos/tools/widl/hash.c

Modified: branches/ros-amd64-bringup/reactos/tools/widl/hash.c
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/tools/widl/hash.c?rev=44352&r1=44351&r2=44352&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/tools/widl/hash.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/tools/widl/hash.c [iso-8859-1] Wed Dec  
2 03:50:16 2009
@@ -636,4 +636,4 @@
   nLoWord = (nLoWord % 65599) & 0xffff;
 
   return nHiWord | nLoWord;
-}
+}


Reply via email to