Fix compilation

This commit is contained in:
Romain Goyet
2015-09-12 20:11:25 +02:00
parent 39cbc78f3f
commit f9a0be407c

View File

@@ -9,7 +9,7 @@ extern "C" {
void hello() {
KDDrawString("Hello, world!", (KDPoint){.x = x, .y = 10});
KDDrawString("Hello, world!", (KDPoint){.x = 10, .y = 10});
char input[255];