commit | 5a22b909c9e8fc0d9321dcc014706a790b26b971 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue Aug 11 01:26:35 2009 -0700 |
committer | Eric Laurent <elaurent@google.com> | Tue Aug 11 09:57:45 2009 -0700 |
tree | 38809879fccb40e3e098f1196801089cfd6ce642 | |
parent | f4148b55c5d6f68b22462e3880015fefa91ae7c6 [diff] |
Fix issue 2045983 ToneGenerator: fix void statement. There is a void statement at line 917 of ToneGenerator.cpp: mState == TONE_IDLE; This problem is harmless as in current code this execution path is never taken; it can only happen if a "new" operator fails in prepareWave() which is a case we usually consider as unlikely in android audio framework.