builtin-reflog.c: fix typo that accesses an unset variable

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Brandon Casey 2008-01-04 19:11:37 -06:00 коммит произвёл Junio C Hamano
Родитель 552cecc214
Коммит cb97cc9fef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -394,7 +394,7 @@ static int cmd_reflog_delete(int argc, const char **argv, const char *prefix)
int recno;
if (!spec) {
status |= error("Not a reflog: %s", ref);
status |= error("Not a reflog: %s", argv[i]);
continue;
}