From fd44d2751b040e68ca01c642e33e083e90f5f55d Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 21 Oct 2019 18:03:20 +0100 Subject: [PATCH] pwsafe: Trim an overly-long section boundary. Organization: Straylight/Edgeware From: Mark Wooding --- pwsafe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwsafe b/pwsafe index e622e53..dd46261 100644 --- a/pwsafe +++ b/pwsafe @@ -24,7 +24,7 @@ ### along with Catacomb/Python; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -###--------------------------------------------------------------------------- +###-------------------------------------------------------------------------- ### Imported modules. from __future__ import with_statement -- [mdw]