From 7e06d0e8cf64af063342e1791cd1fe7116f3480e Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 16 Oct 2006 01:22:21 +0000 Subject: [PATCH] Fix text line. svn path=/trunk/; revision=24534 --- reactos/include/reactos/win32k/ntusrtyp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/include/reactos/win32k/ntusrtyp.h b/reactos/include/reactos/win32k/ntusrtyp.h index 595b0ce6e5b..13ec3964fd8 100644 --- a/reactos/include/reactos/win32k/ntusrtyp.h +++ b/reactos/include/reactos/win32k/ntusrtyp.h @@ -164,8 +164,7 @@ typedef struct tagROSMENUITEMINFO /* ----------- Extra ----------- */ RECT Rect; /* Item area (relative to menu window) */ UINT XTab; /* X position of text after Tab */ - LPWSTR Text; /* Copy of the text pointer in MenuItem->Text - */ + LPWSTR Text; /* Copy of the text pointer in MenuItem->Text */ } ROSMENUITEMINFO, *PROSMENUITEMINFO; #endif