]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/planar.c
eh...
[16.git] / src / lib / planar.c
index 38e4eb7bb53d8f8d741ff1dc23196c10aa2c0b6a..c15c39c5d3e92d9106970d984233861a891ed890 100755 (executable)
@@ -87,7 +87,7 @@ planar_buf_alloc(word width, word height) {
 \r
        /* allocate the planes */\r
        for(i=0; i<4; i++) {\r
-       p->plane[i] = malloc(p->height * p->pwidth);\r
+               p->plane[i] = malloc(p->height * p->pwidth);\r
        }\r
 \r
        return p;\r