Morse code error

The error tells you that this:

voidsetup() {

.... is wrong. It needs a space:

void setup() {