Base: Make the "little" test program compilable again
This commit is contained in:
parent
8abbb7e090
commit
f1ea092d8f
Notes:
sideshowbarker
2024-07-18 20:51:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f1ea092d8f9
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