diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-06-02 18:34:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-06-02 18:34:05 +0200 |
commit | 26e4722ee0a7659f126d9985c8ba6a956e186358 (patch) | |
tree | d3265f23c02914fcc476dc516f80da0f7e6c855d /bin | |
parent | 73070881b75266ae3be96bbaacad4debe3341096 (diff) |
efa: Align dashes with destination column
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ for my $i ( 0 .. $#routes ) { display_connection($c); } if ( $i != $#routes ) { - print "------\n\n"; + print "---------\n\n"; } } |