q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ad8a077f232191946f654af91015c821f69dc9da

commit ad8a077f232191946f654af91015c821f69dc9da
Author: Daniel Kolesa <[email protected]>
Date:   Fri Mar 9 00:40:53 2018 +0100

    eolian cxx: fix typo
---
 src/bin/eolian_cxx/eolian_cxx.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/eolian_cxx/eolian_cxx.cc b/src/bin/eolian_cxx/eolian_cxx.cc
index 72177f1e64..13bb0da874 100644
--- a/src/bin/eolian_cxx/eolian_cxx.cc
+++ b/src/bin/eolian_cxx/eolian_cxx.cc
@@ -236,7 +236,7 @@ types_generate(std::string const& fname, options_type 
const& opts,
         if (dt != EOLIAN_OBJECT_TYPEDECL)
           continue;
 
-        const Eolian_Typedecl *tp = (const Eolian_Typdecl *)decl;
+        const Eolian_Typedecl *tp = (const Eolian_Typedecl *)decl;
 
         if (eolian_typedecl_is_extern(tp))
           continue;

-- 


Reply via email to