]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fix: those pesky semicolons..
authoriceman1001 <iceman@iuse.se>
Thu, 2 Feb 2017 20:32:46 +0000 (21:32 +0100)
committericeman1001 <iceman@iuse.se>
Thu, 2 Feb 2017 20:32:46 +0000 (21:32 +0100)
client/cmdlf.c

index 8931fc757ad0b17ad81545d1b4a7eed4f45b6150..2bbb956725f7cbf231ddd7bae3471f3c326881a4 100644 (file)
@@ -1117,13 +1117,13 @@ int CmdLFfind(const char *Cmd) {
                return 1;
        }
        // ICEMAN;  always call save_restorGB for COTAG. Will break graphbuffer
-       save_restoreGB(1)
+       save_restoreGB(1);
        ans=CmdCOTAGRead("");
        if (ans>0){
                PrintAndLog("\nValid COTAG ID Found!");
                return 1;
        }
-       save_restoreGB(0)
+       save_restoreGB(0);
        // TIdemod?
 
 /*     
Impressum, Datenschutz