From 8342abd2dd63a6179b887c54826ba16271553b4b Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 17 Apr 2014 13:45:49 +0000 Subject: [PATCH] Fixed typo in structure name. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48931 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/muimaster/classes/area.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbench/libs/muimaster/classes/area.h b/workbench/libs/muimaster/classes/area.h index a597af7e6c..eb9c009006 100644 --- a/workbench/libs/muimaster/classes/area.h +++ b/workbench/libs/muimaster/classes/area.h @@ -1,6 +1,6 @@ /* Copyright © 1999, David Le Corfec. - Copyright © 2002 - 2012, The AROS Development Team. + Copyright © 2002 - 2014, The AROS Development Team. All rights reserved. $Id$ @@ -245,7 +245,7 @@ struct MUIP_GoActive STACKED ULONG MethodID; }; -struct MUIP_GoInacrive +struct MUIP_GoInactive { STACKED ULONG MethodID; }; -- 2.11.4.GIT