]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/planar.c
updated copyright www
[16.git] / src / lib / planar.c
index 38e4eb7bb53d8f8d741ff1dc23196c10aa2c0b6a..3fd1c5ed2b25b85ac5a5849bf9d282ea2d010cf2 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669\r
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123\r
  *\r
  * This file is part of Project 16.\r
  *\r
@@ -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