jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9d6cde74ba8ae6d7fc03652219027905087ad497
commit 9d6cde74ba8ae6d7fc03652219027905087ad497 Author: Jean Guyomarc'h <[email protected]> Date: Wed Sep 27 23:40:10 2017 +0200 ecore: fix typo in documentation --- src/lib/ecore/ecore_exe.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/ecore_exe.eo b/src/lib/ecore/ecore_exe.eo index 100f5b35f3..8566d71f5b 100644 --- a/src/lib/ecore/ecore_exe.eo +++ b/src/lib/ecore/ecore_exe.eo @@ -17,7 +17,7 @@ struct Ecore.Exe.Event_Data exe: Efl.Object; [[The handle to the process. FIXME: should actually be Ecore.Exe, workaround cyclic]] data: void_ptr; [[The raw binary data from the child process that was received]] size: int; [[The size of this data in bytes]] - lines: ptr(Ecore.Exe.Event_Data.Line); [[An array of line data if line buffered, the last one has it's line member set to $NULL]] + lines: ptr(Ecore.Exe.Event_Data.Line); [[An array of line data if line buffered, the last one has its line member set to $NULL]] } enum Ecore.Exe_Flags --
