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];