Joseph Redmon
2014-05-09 0c2cf402aff1b6eef47e8bdfae77472589c42e0c
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;