From e5fbfbe6b7362cfaed629790efb6df661a0d8d48 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Thu, 1 Apr 2010 12:04:53 +0000 Subject: [PATCH] Replace UTF-8 what-seems-to-be-an "em dash" with a basic ASCII dash: ANSI C says source code should be written in ASCII. --- libfreefare/mifare_classic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreefare/mifare_classic.c b/libfreefare/mifare_classic.c index 72fefbd..47de8f0 100644 --- a/libfreefare/mifare_classic.c +++ b/libfreefare/mifare_classic.c @@ -22,7 +22,7 @@ * following documents: * * MF1ICS50 Functional specification - * Rev. 5.3 — 29 January 2008 + * Rev. 5.3 - 29 January 2008 * * Making the Best of Mifare Classic * Wouter Teepe (Radboud University Nijmegen)