open: fix typo from commit cleanup.
Change-Id: I3684756dcaad228d0bbd549e51adf77c757ec5ae
This commit is contained in:
@@ -100,7 +100,6 @@ main(int argc, char** argv)
|
|||||||
result = url.OpenWithPreferredApplication();
|
result = url.OpenWithPreferredApplication();
|
||||||
if (result == B_OK || result == B_ALREADY_RUNNING)
|
if (result == B_OK || result == B_ALREADY_RUNNING)
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
|
|
||||||
// maybe it's "file:line" or "file:line:col"
|
// maybe it's "file:line" or "file:line:col"
|
||||||
int line = 0, col = 0, i;
|
int line = 0, col = 0, i;
|
||||||
|
|||||||
Reference in New Issue
Block a user