From c41488b99a02db835c04440525fe2a03ba86e114 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Sun, 23 Jan 2000 19:36:41 +0000 Subject: [PATCH] Fixed syntax error svn path=/trunk/; revision=962 --- reactos/include/structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/structs.h b/reactos/include/structs.h index 69fb609f428..4b23217afb4 100644 --- a/reactos/include/structs.h +++ b/reactos/include/structs.h @@ -4008,7 +4008,7 @@ typedef struct _SYSTEM_POWER_STATUS { DWORD BatteryLifeTime; DWORD BatteryFullLifeTime; } SYSTEM_POWER_STATUS; -typedef struct SYSTEM_POWER_STATUS *LPSYSTEM_POWER_STATUS; +typedef SYSTEM_POWER_STATUS *LPSYSTEM_POWER_STATUS; typedef struct _TAPE_ERASE { ULONG Type;