From ca76afe6984fef9d86218b199f51ea84f89eb251 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 5 Nov 2007 00:07:09 +0000 Subject: [PATCH] Fix typo in header. svn path=/trunk/; revision=30142 --- reactos/include/reactos/win32k/ntgdityp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/reactos/win32k/ntgdityp.h b/reactos/include/reactos/win32k/ntgdityp.h index 8b2cfcfe4b2..229b41c49da 100644 --- a/reactos/include/reactos/win32k/ntgdityp.h +++ b/reactos/include/reactos/win32k/ntgdityp.h @@ -283,6 +283,6 @@ typedef struct _GDIBSOBJECT { GDIBATCHHDR gbHdr; HGDIOBJ hgdiobj; -} GDIBSOBJJECT, *PGDIBSOBJECT; +} GDIBSOBJECT, *PGDIBSOBJECT; #endif