summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ffb0bc)
raw | patch | inline | side by side (parent: 0ffb0bc)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 18 Apr 2005 23:51:09 +0000 (16:51 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 18 Apr 2005 23:51:09 +0000 (16:51 -0700) |
Patch 1/6 in the series has already cleaned the interface to
call sq_expand(), but the comment before that function still
carries the stale interface warning. Remove it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
call sq_expand(), but the comment before that function still
carries the stale interface warning. Remove it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
show-diff.c | patch | blob | history |
diff --git a/show-diff.c b/show-diff.c
index 4456230a568afd6ad090daf6ed2f77b4361434d7..2ff0bd4ea636db2ad54e9ff34e1d70ac7a9a98f0 100644 (file)
--- a/show-diff.c
+++ b/show-diff.c
* name ==> name ==> 'name'
* a b ==> a b ==> 'a b'
* a'b ==> a'\''b ==> 'a'\''b'
- *
- * NOTE! The returned memory belongs to this function so
- * do not free it.
*/
static char *sq_expand(char *src)
{