Skip to content

Commit

Permalink
main: fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Jul 22, 2023
1 parent 70c7b9a commit f412cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ extern void externalSortTags (const bool toStdout, MIO *tagFile)
vStringCatS (cmd, sortCommand);
if (! toStdout)
{
vStringCats (cmd, " -o ");
vStringCatS (cmd, " -o ");
appendCstringWithQuotes (cmd, tagFileName ());
vStringPut (cmd, ' ');
appendCstringWithQuotes (cmd, tagFileName ());
Expand Down

0 comments on commit f412cbf

Please sign in to comment.