Documentation patches (S. Elipot)

This commit is contained in:
Oliver Gorwits
2016-10-01 18:29:02 +01:00
parent 51810525ac
commit ca4fb72638
3 changed files with 3 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ sub graph {
my $G = make_graph();
unless (defined $G){
print "graph() - make_graph() failed. Try running with debug (-D).";
print "graph() - make_graph() failed. Try running with debug (-D).\n";
return;
}