Fix for a type error. (Harmless if the compiler is stupid enough. Otherwise
it just won't compile.) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3027 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -31,7 +31,7 @@ alarmTimeToMsUint32(AlarmTime time) {
|
|||||||
|
|
||||||
typedef struct Alarm Alarm;
|
typedef struct Alarm Alarm;
|
||||||
typedef void *AlarmCallbackArg;
|
typedef void *AlarmCallbackArg;
|
||||||
typedef void (*AlarmCallback)(AlarmCallbackArg *arg);
|
typedef void (*AlarmCallback)(AlarmCallbackArg arg);
|
||||||
|
|
||||||
struct Alarm {
|
struct Alarm {
|
||||||
size_t index;
|
size_t index;
|
||||||
|
|||||||
Reference in New Issue
Block a user