fix adding semicolon

This commit is contained in:
NIIBE Yutaka 2012-01-10 16:47:48 +09:00
parent 11351c8cae
commit 4ee4417fb5

View File

@ -536,7 +536,7 @@ cmd_select_file (void)
/* name = D2 76 00 01 24 01 */
if (cmd_APDU[4] != 6 || memcmp (openpgpcard_aid, &cmd_APDU[5], 6) != 0)
{
GPG_NO_FILE ()
GPG_NO_FILE ();
return;
}