Skip to content

Commit

Permalink
merge with default
Browse files Browse the repository at this point in the history
  • Loading branch information
teichsta committed Aug 11, 2011
2 parents 341b105 + 35e322a commit 06f0382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static public void handleSay(String[] args, Console console) {
msg.append(" ");
}
try {
Audio.speak(msg.toString());
Audio.say(msg.toString());
console.println("Said: " + msg);
} catch(NoClassDefFoundError e) {
// The dependency to the Audio class is optional, so we have to handle the case that it is not there
Expand Down

0 comments on commit 06f0382

Please sign in to comment.