Label related compiler error

The error message was pretty explicit:

Program:9: error: expected `;' before '}' token

Try inserting a ';' before the '}'

Also, try to not use goto. (Couldn't resist, sorry).