raster pushed a commit to branch master.

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

commit eac53691f9429fc23462abba92cbd77b514e12bb
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Mar 29 16:49:03 2017 +0900

    fix ecore con client exmaple to match cmdline help output for options
---
 src/examples/ecore/ecore_con_client_example.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/ecore/ecore_con_client_example.c 
b/src/examples/ecore/ecore_con_client_example.c
index 781dff6..879e220 100644
--- a/src/examples/ecore/ecore_con_client_example.c
+++ b/src/examples/ecore/ecore_con_client_example.c
@@ -293,7 +293,7 @@ main(int argc, char *argv[])
      }
    else if (strcmp(type_choice, "local-user") == 0)
      type = ECORE_CON_LOCAL_USER;
-   else if (strcmp(type_choice, "system") == 0)
+   else if (strcmp(type_choice, "local-system") == 0)
      type = ECORE_CON_LOCAL_SYSTEM;
    else
      {

-- 


Reply via email to