]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
Removing windows specific code. Everything now compile and work the same for the...
[proxmark3-svn] / client / proxmark3.c
index 830a12456873e1e01e529d0b18ea6e22db2bfdaa..9873f26a9b246f099f0b3df7eea1ce65ec2c9477 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <pthread.h>
 #include <readline/readline.h>
@@ -34,6 +35,7 @@ static void *usb_receiver(void *targ)
   }
 
   pthread_exit(NULL);
+  return NULL;
 }
 
 static void *main_loop(void *targ)
@@ -69,6 +71,7 @@ static void *main_loop(void *targ)
 
   ExitGraphics();
   pthread_exit(NULL);
+  return NULL;
 }
 
 int main(int argc, char **argv)
Impressum, Datenschutz