projects
/
platform
/
adaptation
/
emulator
/
emulator-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4cb28c
)
location: fix bug of typo
73/68073/1
author
Jinhyung Choi
<jinh0.choi@samsung.com>
Mon, 2 May 2016 06:07:12 +0000
(15:07 +0900)
committer
Jinhyung Choi
<jinh0.choi@samsung.com>
Mon, 2 May 2016 06:07:12 +0000
(15:07 +0900)
Change-Id: I57b3cdb424866e8bc61ec8e1033eca437b5c5e1e
Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
src/msgproc_location.cpp
patch
|
blob
|
history
diff --git
a/src/msgproc_location.cpp
b/src/msgproc_location.cpp
index d1e8afd2cd78495d74da64e1a45e5380cc100180..214f21772f4ec0aa4885ba194170fc30da61d723 100644
(file)
--- a/
src/msgproc_location.cpp
+++ b/
src/msgproc_location.cpp
@@
-131,7
+131,7
@@
static void* getting_location(void* data)
char* msg = 0;
LXT_MESSAGE* packet = (LXT_MESSAGE*)malloc(sizeof(LXT_MESSAGE));
- if (!pack
age
)
+ if (!pack
et
)
{
LOGERR("Failed to allocate packet");
return NULL;