]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.c
Merge branch 'js/prepare-sequencer'
[thirdparty/git.git] / sequencer.c
index 6f0ff9e413129567332b78bd93ff2528076c8db6..30b10ba143959bf2618872427f730a9f0e30d369 100644 (file)
@@ -248,7 +248,7 @@ static int write_message(const void *buf, size_t len, const char *filename,
        }
        if (append_eol && write(msg_fd, "\n", 1) < 0) {
                rollback_lock_file(&msg_file);
-               return error_errno(_("could not write eol to '%s"), filename);
+               return error_errno(_("could not write eol to '%s'"), filename);
        }
        if (commit_lock_file(&msg_file) < 0) {
                rollback_lock_file(&msg_file);