Merge branch 'pw/message-cleanup'
[gitweb.git] / builtin / branch.c
index 8813d2e31c4097934c519c0757415c1ee6fd1f62..f12b626a0ece679cd18a77345c3591b15d5f6cbc 100644 (file)
@@ -663,7 +663,7 @@ static int edit_branch_description(const char *branch_name)
        fp = fopen(git_path(edit_description), "w");
        if ((fwrite(buf.buf, 1, buf.len, fp) < buf.len) || fclose(fp)) {
                strbuf_release(&buf);
-               return error(_("could not write branch description template: %s\n"),
+               return error(_("could not write branch description template: %s"),
                             strerror(errno));
        }
        strbuf_reset(&buf);