mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-19 12:50:59 +00:00
Merge pull request #2062 from johnrocamora/master
[c++/en] Added missing semicolon
This commit is contained in:
commit
18b3fb08a8
@ -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