projects
/
platform
/
core
/
system
/
swap-probe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6cfd8
)
fix typing error
author
Anastasia Lyupa
<a.lyupa@samsung.com>
Thu, 27 Jun 2013 09:07:29 +0000
(13:07 +0400)
committer
Anastasia Lyupa
<a.lyupa@samsung.com>
Thu, 27 Jun 2013 09:07:29 +0000
(13:07 +0400)
include/binproto.h
patch
|
blob
|
history
diff --git
a/include/binproto.h
b/include/binproto.h
index
a22b4f2
..
3593970
100644
(file)
--- a/
include/binproto.h
+++ b/
include/binproto.h
@@
-236,10
+236,10
@@
static inline char *pack_args(char *to, const char *fmt, ...)
BUF_PTR = pack_string(BUF_PTR, file_path); \
} while (0)
-#define PACK_SCREENSHOT(image_file_path, orien
ation)
\
+#define PACK_SCREENSHOT(image_file_path, orien
tation)
\
do { \
BUF_PTR = pack_string(BUF_PTR, image_file_path); \
- BUF_PTR = pack_int32(BUF_PTR, orien
ation);
\
+ BUF_PTR = pack_int32(BUF_PTR, orien
tation);
\
} while (0)
#define PACK_SCENE(scene_name, form_name, form_pointer, panel_name, panel_pointer, \