It means that it got to the end of your program and it was expecting to find another } symbol but didn't. Every { in your program MUST have a matching } somewhere. Apparently at least one of yours doesn't.
Use Ctrl+T to autoformat the sketch - this will indent blocks (among other things) and makes it much easier to locate the source of problems like this.