mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Missed macros
This commit is contained in:
@@ -41,13 +41,13 @@ s32 osVoiceStopReadData(OSVoiceHandle* hd) {
|
||||
errorCode = 0;
|
||||
hd->mode = 0;
|
||||
} else {
|
||||
errorCode = 5;
|
||||
errorCode = CONT_ERR_INVALID;
|
||||
}
|
||||
} else {
|
||||
hd->mode = 0;
|
||||
}
|
||||
i++;
|
||||
} while ((errorCode == 15) && (i < 20));
|
||||
} while ((errorCode == CONT_ERR_VOICE_NO_RESPONSE) && (i < 20));
|
||||
}
|
||||
|
||||
if (i) {}
|
||||
|
||||
Reference in New Issue
Block a user