ryuan pushed a commit to branch master.

commit 2692234b607c6564461bf50e65c5979015aecbe1
Author: Ryuan Choi <[email protected]>
Date:   Sun Jul 28 20:16:51 2013 +0900

    Moved brace of extern "C" to fix build break in c++ applications
---
 src/lib/eo/Eo.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index 31df616..049dcaa 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -1549,10 +1549,10 @@ EAPI extern const Eo_Event_Description _EO_EV_DEL;
  * @}
  */
 
-#ifdef __cplusplus
-}
 #endif
 
+#ifdef __cplusplus
+}
 #endif
 
 #endif

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to