tyls.c: clean up. one semicolon is enough.

This commit is contained in:
Daniel Juyung Seo 2013-06-20 20:13:32 +09:00
parent ad16990ede
commit 68cc3e0656
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ main(int argc, char **argv)
{ {
mode = LARGE; mode = LARGE;
i++; i++;
if (i >= argc) break;; if (i >= argc) break;
} }
path = argv[i]; path = argv[i];
rp = ecore_file_realpath(path); rp = ecore_file_realpath(path);