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/... ============================================================================== --- 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; -} +}