Removed extra comma.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3394 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -168,7 +168,7 @@ public class SoundManager
|
||||
public String summarizeState ()
|
||||
{
|
||||
StringBuffer buf = new StringBuffer();
|
||||
buf.append(", clipVol=").append(_clipVol);
|
||||
buf.append("clipVol=").append(_clipVol);
|
||||
buf.append(", disabled=[");
|
||||
int ii = 0;
|
||||
for (Iterator iter = _disabledTypes.iterator(); iter.hasNext(); ) {
|
||||
|
||||
Reference in New Issue
Block a user