From f9a0be407c330c2d8d1a9511499f17f14911264d Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Sat, 12 Sep 2015 20:11:25 +0200 Subject: [PATCH] Fix compilation --- src/hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hello.cpp b/src/hello.cpp index dd335d337..999a859f0 100644 --- a/src/hello.cpp +++ b/src/hello.cpp @@ -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];