seoz pushed a commit to branch master.

commit 68cc3e06566eb55a4e8887e5492d4ee4590d8f38
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Jun 20 20:13:32 2013 +0900

    tyls.c: clean up. one semicolon is enough.
---
 src/bin/tyls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/tyls.c b/src/bin/tyls.c
index 623b071..3d815cc 100644
--- a/src/bin/tyls.c
+++ b/src/bin/tyls.c
@@ -832,7 +832,7 @@ main(int argc, char **argv)
                {
                   mode = LARGE;
                   i++;
-                  if (i >= argc) break;;
+                  if (i >= argc) break;
                }
              path = argv[i];
              rp = ecore_file_realpath(path);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to