Error in Light Theremin Project

I'm totally new and just go going through the Arduino project book. I wrote out the code for Project 6 - Light Theremin and I get an error in one of the first lines. I copied the code directly form the project book and don't see where I have made a mistake. Can anyone help? I have uploaded a screenshot of the code below. Thanks!

Since I can't compile a PNG file, perhaps you could post the code
with code tags

// like this ?

There's a semicolon missing before "void setup" which might be the issue.

Fugggg. How did I miss that! Thanks so much! Found one other little mistake in there too. I'll learn how to post code properly next time.

Thanks!