Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
combine-diff: extend --cc logic to Octopus.
[gitweb.git]
/
ident.c
diff --git
a/ident.c
b/ident.c
index ac1c27f1998b8245132dced5875e022fe24b93ec..0461b8b2f8148d6642689f8ba91af874f0243a1e 100644
(file)
--- a/
ident.c
+++ b/
ident.c
@@
-140,7
+140,7
@@
static int copy(char *buf, int size, int offset, const char *src)
/*
* Copy the rest to the buffer, but avoid the special
- * characters '\n' '<' and '>' that act as delim
e
ters on
+ * characters '\n' '<' and '>' that act as delim
i
ters on
* a identification line
*/
for (i = 0; i < len; i++) {