Correct typo in the patch file as well

This commit is contained in:
Sergey Sharybin 2014-01-28 02:16:44 +06:00
parent 8870556def
commit 3d408e10a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;