From 94176e01188fe74aafbdb4561f8c44ce289a1138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Fri, 15 Apr 2005 09:29:02 +0000 Subject: [PATCH] fixed typo git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12406 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/app/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);