builtin-remote: make rm() use properly named variable to hold return value
commite02f1762b257c50124fc528e8b60bf16e8bb7acf
authorJay Soffian <jaysoffian@gmail.com>
Tue, 3 Feb 2009 17:51:12 +0000 (3 12:51 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2009 05:12:23 +0000 (3 21:12 -0800)
treef0545dac97f52abf8a4b175cfb15321bb92f5981
parentbc395643b606ffe7a5c01e2772ae0644c840f368
builtin-remote: make rm() use properly named variable to hold return value

"i" is a loop counter and should not be used to hold a return value; use
"result" instead which is consistent with the rest of builtin-remote.c.

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c