]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfu.c
Code cleanup (#616)
[proxmark3-svn] / client / cmdhfmfu.c
index e4115d71606db2079862040aca3d8c04f8f67f53..1077ec992fe9826e650ff4557fde8362c208f118 100644 (file)
@@ -1834,7 +1834,7 @@ static command_t CommandTable[] =
 };
 
 int CmdHFMFUltra(const char *Cmd){
-       WaitForResponseTimeout(CMD_ACK,NULL,100);
+       (void)WaitForResponseTimeout(CMD_ACK,NULL,100);
        CmdsParse(CommandTable, Cmd);
        return 0;
 }
Impressum, Datenschutz