summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/tkWinTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinTest.c b/win/tkWinTest.c
index 8a92f5a..d824ee4 100644
--- a/win/tkWinTest.c
+++ b/win/tkWinTest.c
@@ -82,7 +82,7 @@ TkplatformtestInit(
struct TestFindControlState {
int id;
HWND control;
-};
+};
/* Callback for window enumeration - used for TestFindControl */
BOOL CALLBACK TestFindControlCallback(