summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-09-08 12:24:30 +0300
committerAlon Levy <alevy@redhat.com>2010-09-08 12:24:30 +0300
commitcfde4505d0e8e4147c2c9a8d1c8d7940e09314b5 (patch)
tree122807577c83ac7cf889543cbf829501f13c7b30
parenteb6a437d8d356026db180bf5d9830032ad01a37d (diff)
80 line width fix
-rw-r--r--vcard_emul_nss.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcard_emul_nss.c b/vcard_emul_nss.c
index 906f97b..e6a9435 100644
--- a/vcard_emul_nss.c
+++ b/vcard_emul_nss.c
@@ -343,8 +343,9 @@ vcard_emul_get_type(VReader *vreader)
}
/*
- * Card ATR's map to physical cards. VCARD_ATR_PREFIX will set appropriate historical bytes for
- * any software emulated card. The remaining bytes can be used to indicate the actual emulator
+ * Card ATR's map to physical cards. VCARD_ATR_PREFIX will set appropriate
+ * historical bytes for any software emulated card. The remaining bytes can be
+ * used to indicate the actual emulator
*/
const static unsigned char nss_atr[] = { VCARD_ATR_PREFIX, 'N', 'S', 'S' };
void