mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Minor changes to keep MAC OSX happy
This commit is contained in:
@ -66,7 +66,7 @@ void *fetch_in_thread(void *ptr)
|
||||
//error("Stream closed.");
|
||||
printf("Stream closed.\n");
|
||||
flag_exit = 1;
|
||||
return;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
//in_s = resize_image(in, net.w, net.h);
|
||||
in_s = make_image(in.w, in.h, in.c);
|
||||
|
Reference in New Issue
Block a user