commit | 0202181245297a9e847c05f4a18623219d95e93e | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Fri Mar 02 16:49:44 2012 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Mar 09 07:02:50 2012 -0600 |
tree | 57a794037f890fef59dd00495b331f8452dd4148 | |
parent | 0d10f627089066fc58894c1fa4b066503ed6bac3 [diff] |
libcacard: Fix compilation with gcc-4.7 VCARD_ATR_PREFIX is used as part of an array initializer so it should not have () around it, so far this happened to work, but gcc-4.7 does not like it. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>