From ebf5253621d2807777b4bb282b3ec3f50b97b0e8 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Sat, 25 Mar 2023 12:52:07 +1300 Subject: [PATCH] open: fix typo from commit cleanup. Change-Id: I3684756dcaad228d0bbd549e51adf77c757ec5ae --- src/bin/open.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/open.cpp b/src/bin/open.cpp index 575872be7c..6b5284a490 100644 --- a/src/bin/open.cpp +++ b/src/bin/open.cpp @@ -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;