From 79c193ddcc5ab745790ffc78045e396b36678511 Mon Sep 17 00:00:00 2001 From: Anastasia Lyupa Date: Tue, 25 Jun 2013 15:03:03 +0400 Subject: [PATCH] correct MSG_ defines --- include/binproto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/binproto.h b/include/binproto.h index ffbae5b..6114ed7 100644 --- a/include/binproto.h +++ b/include/binproto.h @@ -23,8 +23,8 @@ #define MSG_PROBE_MEMORY 0x3001 #define MSG_PROBE_UICONTROL 0x3002 #define MSG_PROBE_UIEVENT 0x3003 -#define MSG_PROBE_RESOUCE 0x3004 -#define MSG_PROBE_LIFECYCLE 0x30015 +#define MSG_PROBE_RESOURCE 0x3004 +#define MSG_PROBE_LIFECYCLE 0x3005 #define MSG_PROBE_SCREENSHOT 0x3006 #define MSG_PROBE_SCENE 0x3007 #define MSG_PROBE_THREAD 0x3008 -- 2.7.4