Merge pull request #387 from sviscapi/master
Changed boolean into bool in online_service.cpp
This commit is contained in:
commit
c29919f31d
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ protected:
|
|||
void handleUserdata(Context *);
|
||||
void finishMessage(Context *);
|
||||
|
||||
boolean handleGenericMessages(Context *ctx, uint8_t msg) {
|
||||
bool handleGenericMessages(Context *ctx, uint8_t msg) {
|
||||
switch (msg) {
|
||||
case 0x00: // SID_NULL
|
||||
handleNull(ctx);
|
||||
|
|
Loading…
Add table
Reference in a new issue