summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-06-02 18:34:05 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-06-02 18:34:05 +0200
commit26e4722ee0a7659f126d9985c8ba6a956e186358 (patch)
treed3265f23c02914fcc476dc516f80da0f7e6c855d
parent73070881b75266ae3be96bbaacad4debe3341096 (diff)
efa: Align dashes with destination column
-rwxr-xr-xbin/efa2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/efa b/bin/efa
index 5b79214..fb36898 100755
--- a/bin/efa
+++ b/bin/efa
@@ -237,7 +237,7 @@ for my $i ( 0 .. $#routes ) {
display_connection($c);
}
if ( $i != $#routes ) {
- print "------\n\n";
+ print "---------\n\n";
}
}