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; void* dCtlWindow;
short dCtlDelay; short dCtlDelay;
short dCtlEMask; short dCtlEMask;
shorti dCtlMenu; short dCtlMenu;
}; };
typedef struct DCtlEntry DCtlEntry; typedef struct DCtlEntry DCtlEntry;
typedef DCtlEntry * DCtlPtr; typedef DCtlEntry * DCtlPtr;