Moved brace of extern "C" to fix build break in c++ applications

This commit is contained in:
Ryuan Choi 2013-07-28 20:16:51 +09:00
parent e2c395f049
commit 2692234b60
1 changed files with 2 additions and 2 deletions

View File

@ -1549,10 +1549,10 @@ EAPI extern const Eo_Event_Description _EO_EV_DEL;
* @}
*/
#endif
#ifdef __cplusplus
}
#endif
#endif
#endif