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:
Meep-Eep
2008-06-22 23:30:20 +00:00
parent e8ba104f3a
commit 4827b9743d
+1 -1
View File
@@ -31,7 +31,7 @@ alarmTimeToMsUint32(AlarmTime time) {
typedef struct Alarm Alarm;
typedef void *AlarmCallbackArg;
typedef void (*AlarmCallback)(AlarmCallbackArg *arg);
typedef void (*AlarmCallback)(AlarmCallbackArg arg);
struct Alarm {
size_t index;