diff --git a/src/tests/servers/app/windows/main.cpp b/src/tests/servers/app/windows/main.cpp index 490d40ae3c..8b06661aca 100644 --- a/src/tests/servers/app/windows/main.cpp +++ b/src/tests/servers/app/windows/main.cpp @@ -37,7 +37,7 @@ class HelloView : public BView { message = "to draw a line!"; width = StringWidth(message); - p. x = r.left + r.Width() / 2.0 - width / 2.0; + p.x = r.left + r.Width() / 2.0 - width / 2.0; p.y += 20; DrawString(message, p);