projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f068d
)
[cnp_helper] disable debug statments
author
Hyoyoung Chang
<hyoyoung.chang@samsung.com>
Wed, 5 Jan 2011 11:09:01 +0000
(20:09 +0900)
committer
Hyoyoung Chang
<hyoyoung.chang@samsung.com>
Wed, 5 Jan 2011 11:09:01 +0000
(20:09 +0900)
src/lib/elm_cnp_helper.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_cnp_helper.c
b/src/lib/elm_cnp_helper.c
index
4881896
..
a7d3780
100644
(file)
--- a/
src/lib/elm_cnp_helper.c
+++ b/
src/lib/elm_cnp_helper.c
@@
-10,7
+10,7
@@
#define ARRAYINIT(foo) [foo] =
-#define DEBUGON 1
+
//
#define DEBUGON 1
#ifdef DEBUGON
# define cnp_debug(x...) fprintf(stderr, __FILE__": " x)