mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-10 00:36:48 +02:00
Added missing semicolon
This commit is contained in:
@@ -149,7 +149,7 @@ namespace First {
|
||||
namespace Second {
|
||||
void foo()
|
||||
{
|
||||
printf("This is Second::foo\n")
|
||||
printf("This is Second::foo\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user