mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
Added missing semicolon
This commit is contained in:
parent
89b58d8b86
commit
fd26c8ddfb
@ -149,7 +149,7 @@ namespace First {
|
||||
namespace Second {
|
||||
void foo()
|
||||
{
|
||||
printf("This is Second::foo\n")
|
||||
printf("This is Second::foo\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user