Typo fix in hot_patch.cc.

pull/179/head
Arnold Robbins 2016-07-19 10:28:08 +03:00
parent 893286b4d7
commit 9da5203d91
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# define INT32_MIN (-2147483647-1)
#endif
#ifndef INT32_MAM
#ifndef INT32_MAX
# define INT32_MAX (2147483647)
#endif