mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Editor: don't print ()
This commit is contained in:
@@ -30,7 +30,7 @@ void ffPrintEditor(FFEditorOptions* options)
|
||||
{
|
||||
ffStrbufWriteTo(&result.exe, stdout);
|
||||
if (result.version.length)
|
||||
printf(" (%s)", result.version.chars);
|
||||
printf(" %s", result.version.chars);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user