DHT22 IDE fail?

I'd like to learn to use a DHT22. I was watching Paul McWhorter https://www.youtube.com/watch?v=AXLgZzLfwI8&list=PLGs0VKk2DiYyn0wN335MXpbi3PRJTMmex&index=32

I can't seem to clear this error. Any ideas? I'm using IDE 2.3.5 and "recommended" libraries. Tried a forum search and didn't get any close hits.
Thanks in advance:

  1. Don't use screenshots of code. Use the "recommended" <CODE/> formatting tool.
  2. Show the error.

#define statements don’t require a trailing semi-colon.

That was it! Thank you! I deleted the semicolons and got no errors.