projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea3aa4
)
eina: fix typo.
author
Cedric BAIL
<cedric.bail@free.fr>
Wed, 18 May 2011 12:56:49 +0000
(12:56 +0000)
committer
Cedric BAIL
<cedric.bail@free.fr>
Wed, 18 May 2011 12:56:49 +0000
(12:56 +0000)
SVN revision: 59503
legacy/eina/src/lib/eina_binbuf.c
patch
|
blob
|
history
diff --git
a/legacy/eina/src/lib/eina_binbuf.c
b/legacy/eina/src/lib/eina_binbuf.c
index 8993aa4db77c29883ec8e6765e48c232d324490d..f78777363bff848f921491d2f7fa2d09a15135a2 100644
(file)
--- a/
legacy/eina/src/lib/eina_binbuf.c
+++ b/
legacy/eina/src/lib/eina_binbuf.c
@@
-50,8
+50,8
@@
#define _STRBUF_CSIZE sizeof(_STRBUF_DATA_TYPE)
#define _STRBUF_STRUCT_NAME Eina_Binbuf
#define _STRBUF_MAGIC EINA_MAGIC_BINBUF
-#define _STRBUF_MAGIC_STR __
STR
BUF_MAGIC_STR
-static const char __
STR
BUF_MAGIC_STR[] = "Eina Binbuf";
+#define _STRBUF_MAGIC_STR __
BIN
BUF_MAGIC_STR
+static const char __
BIN
BUF_MAGIC_STR[] = "Eina Binbuf";
#define _FUNC_EXPAND(y) eina_binbuf_ ## y