mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
fix: the function has no return
This commit is contained in:
parent
c8be12ee93
commit
c75046b925
@ -166,7 +166,7 @@ int SAKNumberAssistant::bytesOfType(int type)
|
||||
case CookedDataTypeDouble:
|
||||
return 8;
|
||||
default:
|
||||
break;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user