Joseph Redmon
2014-07-17 b32a287e38f4c6a41828f18b4669dec9f3af4943
src/image.c
@@ -199,6 +199,7 @@
image make_empty_image(int h, int w, int c)
{
    image out;
    out.data = 0;
    out.h = h;
    out.w = w;
    out.c = c;