[ros-diffs] [sserapion] 44352: fix warning about no newline at end of file

sserapion at svn.reactos.org sserapion at svn.reactos.org
Wed Dec 2 03:50:16 CET 2009


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;
-}
+}




More information about the Ros-diffs mailing list