aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cardglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/cardglue.c')
-rw-r--r--g10/cardglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/cardglue.c b/g10/cardglue.c
index 14feb4188..6330b73d3 100644
--- a/g10/cardglue.c
+++ b/g10/cardglue.c
@@ -533,7 +533,7 @@ check_card_serialno (app_t app, const char *serialno)
const char *s;
int ask = 0;
int n;
-
+
for (s = serialno, n=0; *s != '/' && hexdigitp (s); s++, n++)
;
if (n != 32)