Go to the lines in the files specified (3075) in the first one. You'll see that it's a particular function, perhaps the middle of one. Scroll up until you can find the function definition (something like function Do_this() ). It might be in a class. Type /* before the function definition, and scroll down to find where it ends, should terminate with a } but not necessarily the first one you see, it will be tabbed in the same amount as the function line. Type a */ after the }.
Do this for both. There's probably an easier way to do this, but I've never had this problem. I -hope- you can kind of understand what I'm saying.
|