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