Code cleanup: typedef all structs.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@671 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-14 01:08:39 +00:00
parent f30316612e
commit 0aa43794cd
20 changed files with 224 additions and 237 deletions

View File

@@ -2155,7 +2155,7 @@ static const T_TABLEAIDE TableAideCacher[] =
#define DECLARATION_TABLE_AIDE(x) {x, sizeof(x)/sizeof(const T_TABLEAIDE)},
struct Section_d_aide Table_d_aide[] =
Section_d_aide Table_d_aide[] =
{
DECLARATION_TABLE_AIDE(TableAideAbout)
DECLARATION_TABLE_AIDE(TableAideLicense)