1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-10-01 15:14:10 +03:00

eeshow/git-file.c (related_other_repo): mark warning as such; fix typo

This commit is contained in:
Werner Almesberger 2016-08-04 10:10:53 -03:00
parent 8abea1b890
commit 55cf36b609

View File

@ -372,7 +372,7 @@ static bool related_same_repo(struct vcs_git *vcs_git)
static bool related_other_repo(struct vcs_git *vcs_git) static bool related_other_repo(struct vcs_git *vcs_git)
{ {
/* @@@ find revision <= date of revision in related */ /* @@@ find revision <= date of revision in related */
fprintf(stderr, "related_other_repo is no yet implemented\n"); fprintf(stderr, "warning: related_other_repo is not yet implemented\n");
return 0; return 0;
} }