>From 319334be1736b233c077f9adaa55f01e43b63b3b Mon Sep 17 00:00:00 2001 From: Frank Dittrich Date: Thu, 28 Jun 2012 10:50:42 +0200 Subject: [PATCH] Remove byte order mark from keepass2john.c to fix clang build --- src/keepass2john.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/keepass2john.c b/src/keepass2john.c index 548fd4e..fb868b2 100644 --- a/src/keepass2john.c +++ b/src/keepass2john.c @@ -1,4 +1,4 @@ -/* keepass2john utility (modified KeeCracker) written in March of 2012 +/* keepass2john utility (modified KeeCracker) written in March of 2012 * by Dhiru Kholia. keepass2john processes input KeePass 1.x and 2.x * database files into a format suitable for use with JtR. This software * is Copyright © 2012, Dhiru Kholia and it -- 1.7.7.6