From aac97c272e442922e30973d42c7f45fa75873241 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 6 Jun 2017 14:57:43 +1200 Subject: Remove unneeded semicolons --- bin/mi5.awk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/mi5.awk b/bin/mi5.awk index fad03035..48d71657 100644 --- a/bin/mi5.awk +++ b/bin/mi5.awk @@ -119,9 +119,9 @@ bmac && NF { # If we're still in a macro expansion or quote by this point, something's # wrong; say so and stop, rather than print anything silly. if (iquo) - fatal("Unterminated inline quote"); + fatal("Unterminated inline quote") else if (imac) - fatal("Unterminated inline macro"); + fatal("Unterminated inline macro") else print dst } @@ -130,7 +130,7 @@ bmac && NF { # stopped all our blocks END { if (bmac) - fatal("Unterminated block macro"); + fatal("Unterminated block macro") else print unquote dnl } -- cgit v1.2.3