diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-11 17:21:19 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-11 17:21:19 +0100 |
commit | 19afddd6a2d3bdcb537868418a8976dd2aee4e93 (patch) | |
tree | f943514b5e31777473a3d916979e8fb6c952f103 | |
parent | f98b3093edfc1aeb5e69ae874e322b9b5c37821a (diff) | |
download | rf-19afddd6a2d3bdcb537868418a8976dd2aee4e93.tar.gz |
remove extra line before reflist entry
-rwxr-xr-x | rf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ for (@lines) { # Reference definition if (/^\.R! (\d+)/) { + chomp $last; print $last; $last = fmt($format_list, $1, 1) . "\n"; next; |