Chameleon

Chameleon Commit Details

Date:2011-05-22 11:07:45 (12 years 11 months ago)
Author:Azimutz
Commit:867
Parents: 866
Message:Fix possible typo ??
Changes:
M/branches/azimutz/Cleancut/i386/boot2/modules.h

File differences

branches/azimutz/Cleancut/i386/boot2/modules.h
4040
4141
4242
43
43
4444
4545
4646
4747
48
48
4949
5050
5151
struct moduleHook_t* next;
} moduleHook_t;
typedef struct modulesList_t
typedef struct moduleList_t //Azi: modules or module? see modules/include/modules
{
char*name;
//UInt32version;
//UInt32compat;
struct modulesList_t* next;
struct moduleList_t*next;
} moduleList_t;

Archive Download the corresponding diff file

Revision: 867