]> 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 77c37715893b94a928f12bc0965b65a4c9eb0223..9873f26a9b246f099f0b3df7eea1ce65ec2c9477 100644 (file)
@@ -35,6 +35,7 @@ static void *usb_receiver(void *targ)
   }
 
   pthread_exit(NULL);
+  return NULL;
 }
 
 static void *main_loop(void *targ)
@@ -70,6 +71,7 @@ static void *main_loop(void *targ)
 
   ExitGraphics();
   pthread_exit(NULL);
+  return NULL;
 }
 
 int main(int argc, char **argv)
Impressum, Datenschutz