open: fix typo from commit cleanup.

Change-Id: I3684756dcaad228d0bbd549e51adf77c757ec5ae
This commit is contained in:
Jessica Hamilton
2023-03-25 12:52:07 +13:00
parent da78f6bf20
commit ebf5253621
-1
View File
@@ -100,7 +100,6 @@ main(int argc, char** argv)
result = url.OpenWithPreferredApplication();
if (result == B_OK || result == B_ALREADY_RUNNING)
continue;
}
// maybe it's "file:line" or "file:line:col"
int line = 0, col = 0, i;