This commit is contained in:
Peter Newman 2016-04-17 04:39:22 +00:00
commit 022188dd65
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ void draw() {
}
void icon(boolean theValue) {
println("got an event for icon", theValue);
println("got an event for icon" + theValue);
}
/*