From 9da5203d91db8ca8a644e67262f52d4e2b85f594 Mon Sep 17 00:00:00 2001 From: Arnold Robbins Date: Tue, 19 Jul 2016 10:28:08 +0300 Subject: [PATCH] Typo fix in hot_patch.cc. --- src/hot_patch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hot_patch.cc b/src/hot_patch.cc index 566b253..4828779 100644 --- a/src/hot_patch.cc +++ b/src/hot_patch.cc @@ -9,7 +9,7 @@ # define INT32_MIN (-2147483647-1) #endif -#ifndef INT32_MAM +#ifndef INT32_MAX # define INT32_MAX (2147483647) #endif