mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
notmuch dump: Eliminate extra space in error message.
Little details can make big impressions.
This commit is contained in:
parent
a8ae2cd214
commit
9f673f3cf8
1 changed files with 2 additions and 1 deletions
|
@ -818,7 +818,8 @@ restore_command (int argc, char *argv[])
|
|||
notmuch_status_to_string (status));
|
||||
}
|
||||
} else {
|
||||
fprintf (stderr, "%s ", tag);
|
||||
fprintf (stderr, "%s%s",
|
||||
tag == tags ? "" : " ", tag);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue