cleanup extra ';'

This commit is contained in:
Marc Glisse 2010-04-24 09:15:36 +00:00
parent 986b932014
commit 3e2de85d96
1 changed files with 1 additions and 1 deletions

View File

@ -97,5 +97,5 @@ int main() {
std::cout << "volume of b4=" << b4.volume() << std::endl;
std::cout << "volume of b5=" << b5.volume() << std::endl;
return 0;
};
}