Skip to content

Commit 4f70c16

Browse files
committed
Editor: don't print ()
1 parent f8d5f56 commit 4f70c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/editor/editor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void ffPrintEditor(FFEditorOptions* options)
3030
{
3131
ffStrbufWriteTo(&result.exe, stdout);
3232
if (result.version.length)
33-
printf(" (%s)", result.version.chars);
33+
printf(" %s", result.version.chars);
3434
}
3535
else
3636
{

0 commit comments

Comments
 (0)