[Bf-blender-cvs] [3d408e1] master: Correct typo in the patch file as well

Sergey Sharybin noreply at git.blender.org
Mon Jan 27 21:17:00 CET 2014


Commit: 3d408e10a4b376a5d92a203b9f88597924d0773c
Author: Sergey Sharybin
Date:   Tue Jan 28 02:16:44 2014 +0600
https://developer.blender.org/rB3d408e10a4b376a5d92a203b9f88597924d0773c

Correct typo in the patch file as well

===================================================================

M	extern/carve/patches/win32.patch

===================================================================

diff --git a/extern/carve/patches/win32.patch b/extern/carve/patches/win32.patch
index 7266b0b..5d3a3a0 100644
--- a/extern/carve/patches/win32.patch
+++ b/extern/carve/patches/win32.patch
@@ -25,7 +25,7 @@ diff -r e82d852e4fb0 include/carve/win32.h
 +typedef unsigned __int32 uint32_t;
 +
 +#  include <BaseTsd.h>
-+typedef SSIZE_T ssize_t
++typedef SSIZE_T ssize_t;
 +#endif
  typedef __int64 int64_t;
  typedef unsigned __int64 uint64_t;




More information about the Bf-blender-cvs mailing list