mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
cli/dump: fix bug in dump header
Fix copy paste error.
(cherry picked from commit 1f3c7916f8
)
(changes to missing test dropped)
This commit is contained in:
parent
8ef0d05ad7
commit
83dffdb251
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ print_dump_header (gzFile output, int output_format, int include)
|
||||||
sep = ",";
|
sep = ",";
|
||||||
}
|
}
|
||||||
if (include & DUMP_INCLUDE_TAGS) {
|
if (include & DUMP_INCLUDE_TAGS) {
|
||||||
gzprintf (output, "%sproperties", sep);
|
gzprintf (output, "%stags", sep);
|
||||||
}
|
}
|
||||||
gzputs (output, "\n");
|
gzputs (output, "\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue