We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
()
1 parent f8d5f56 commit 4f70c16Copy full SHA for 4f70c16
src/modules/editor/editor.c
@@ -30,7 +30,7 @@ void ffPrintEditor(FFEditorOptions* options)
30
{
31
ffStrbufWriteTo(&result.exe, stdout);
32
if (result.version.length)
33
- printf(" (%s)", result.version.chars);
+ printf(" %s", result.version.chars);
34
}
35
else
36
0 commit comments