correct typo

This commit is contained in:
Laurent Vivier 2007-09-29 21:27:31 +00:00
parent 8a2503868e
commit 15c4184ee7

View File

@ -44,7 +44,7 @@ struct DCtlEntry {
void* dCtlWindow;
short dCtlDelay;
short dCtlEMask;
shorti dCtlMenu;
short dCtlMenu;
};
typedef struct DCtlEntry DCtlEntry;
typedef DCtlEntry * DCtlPtr;