X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=a93df8235f605dc55160fe3a57ef963ac82271f7;hp=6be2881c2227a1e67d407f69c43506417ced140f;hb=af65f52acf4eac5b2187855a63895afe3386c074;hpb=266c612a5035ab0494c25e40f55aef097e6c99ce diff --git a/notmuch.c b/notmuch.c index 6be2881c..a93df823 100644 --- a/notmuch.c +++ b/notmuch.c @@ -99,7 +99,7 @@ add_files_print_progress (add_files_state_t *state) state->count, state->total_messages); print_formatted_seconds ((state->total_messages - state->count) / rate_overall); - printf (" remaining).\r"); + printf (" remaining). \r"); fflush (stdout); }