add missing semicolon

git-svn-id: https://svn.gnumonks.org/trunk/librfid@2080 e0336214-984f-0b4b-a45f-81c69e1f0ede
This commit is contained in:
laforge 2008-02-08 15:15:21 +00:00
parent 0e0da0d6b8
commit 507a87a79b
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ iso14443a_getopt(struct rfid_layer2_handle *handle, int optname,
break;
case RFID_OPT_14443A_ATQA:
*atqa = h->atqa;
*optlen = sizeof(*atqa)
*optlen = sizeof(*atqa);
ret = 0;
break;
case RFID_OPT_14443A_WUPA: