Added missing semicolon

This commit is contained in:
John Rocamora 2015-12-12 17:51:23 -05:00
parent 89b58d8b86
commit fd26c8ddfb

View File

@ -149,7 +149,7 @@ namespace First {
namespace Second {
void foo()
{
printf("This is Second::foo\n")
printf("This is Second::foo\n");
}
}