Add missing parenthesis

This commit is contained in:
Lawrence Lee
2021-04-17 22:11:17 -07:00
parent 927e9500ff
commit 044451868a

View File

@@ -916,7 +916,7 @@ void Options::readFromFile(Glib::ustring fname)
if (editorToSendTo == 3) { if (editorToSendTo == 3) {
externalEditorIndex = externalEditors.size(); externalEditorIndex = externalEditors.size();
} }
externalEditors.push_back(ExternalEditor("-", executable, ""); externalEditors.push_back(ExternalEditor("-", executable, ""));
} }
#elif defined __APPLE__ #elif defined __APPLE__
if (editorToSendTo == 1) { if (editorToSendTo == 1) {