From 12c6a261248cf9b89883d5cd9025ef33e704692c Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 15 Jan 2003 03:47:46 +0000 Subject: [PATCH] Fixing typo, thanks ambrose for spotting this --- circ/returns.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circ/returns.pl b/circ/returns.pl index 7ed59cb688..6dad4dfe51 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -368,7 +368,8 @@ EOF $borrowertable .= << "EOF"; Flags -$flaginfotextEOF +$flaginfotext +EOF } $borrowertable .= ""; } -- 2.39.5