libcacard: Fix wrong assertion (reported by cppcheck)
authorStefan Weil <sw@weilnetz.de>
Wed, 19 Oct 2011 19:03:22 +0000 (21:03 +0200)
committerAlon Levy <alevy@redhat.com>
Tue, 25 Oct 2011 13:44:03 +0000 (15:44 +0200)
commitd9676f82e54cc7503ad3eb28f996edfeff58a870
tree9b6b84a14cc35624e9fb492564efe78fd6fa7673
parente7c5e89318946b57bcc3f65264be595401c12663
libcacard: Fix wrong assertion (reported by cppcheck)

assert("...") will never do anything. This assertion handles a case
which should never occur, so it must be assert(!"...").

Cc: Alon Levy <alevy@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
libcacard/card_7816.c