Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/prepare-sequencer'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 22 Nov 2016 22:15:38 +0000
(14:15 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 22 Nov 2016 22:15:38 +0000
(14:15 -0800)
Fix for an error message string.
* js/prepare-sequencer:
i18n: fix unmatched single quote in error message
sequencer.c
patch
|
blob
|
history
raw
(from parent 1:
1310aff
)
diff --git
a/sequencer.c
b/sequencer.c
index 6f0ff9e413129567332b78bd93ff2528076c8db6..30b10ba143959bf2618872427f730a9f0e30d369 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-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);