summaryrefslogtreecommitdiff
path: root/render/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/test.c')
-rw-r--r--render/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/test.c b/render/test.c
index d57f2c8b..56456869 100644
--- a/render/test.c
+++ b/render/test.c
@@ -57,7 +57,7 @@ int main()
look->surface.data.planar.primary = color_parse("Black");
look->surface.data.planar.interlaced = FALSE;
look->area.x = 0;
- look->area.x = 0;
+ look->area.y = 0;
look->area.width = 500;
look->area.height = 500;
if (ob_display == NULL) {