Missing } and ; in library.cpp and pppm.cpp

Greetings,

I am a new lammps user.
I just downloaded the 11sep12 version tarball from the site, and I received an error while compiling the exec for mac (I made the compilation on a linux laptop).

I'm not sure if this was observed by anyone else?
Nevertheless the excellent work done by the team should make the syntax oversights obvious while compiling/linking.

I'm just posting this to make other people aware.

In library.cpp - line 513 - missing } before the "else"
In pppm.cpp - line 1555 - missing ; after the "n++"

After fixing these two issues I was able to compile successfully.

Best of luck to all

Hi - it's been fixed in the most recent couple of patches ...

Thanks,
Steve