X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=show-diff.c;h=2ff0bd4ea636db2ad54e9ff34e1d70ac7a9a98f0;hb=ca016f0e4e7e508407fe17e121fcd520fbb7c865;hp=4456230a568afd6ad090daf6ed2f77b4361434d7;hpb=4789576e0e5364dcd3916ef583b2ea61bef23f24;p=git.git diff --git a/show-diff.c b/show-diff.c index 4456230a..2ff0bd4e 100644 --- a/show-diff.c +++ b/show-diff.c @@ -34,9 +34,6 @@ static void prepare_diff_cmd(void) * 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) {