mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
Base: Make the "little" test program compilable again
This commit is contained in:
parent
8abbb7e090
commit
f1ea092d8f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ int main(int, char**)
|
|||
Container container;
|
||||
for (int i = 0; i < 3; ++i) {
|
||||
// This is a comment :^)
|
||||
func();
|
||||
MyNamespace::func();
|
||||
printf("Hello friends!\n");
|
||||
mkdir("/tmp/xyz", 0755);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue