mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
eeshow/diag.c (warning): don't require user to supply newline
This commit is contained in:
@@ -375,7 +375,7 @@ static bool related_other_repo(struct vcs_git *vcs_git)
|
||||
|
||||
/* @@@ find revision <= date of revision in related */
|
||||
if (!shown)
|
||||
warning("related_other_repo is not yet implemented\n");
|
||||
warning("related_other_repo is not yet implemented");
|
||||
shown = 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user