small fixes
This commit is contained in:
parent
5233bd5928
commit
7d5300f6dc
|
@ -11,6 +11,9 @@ void main() {
|
|||
|
||||
time.attach(loop.get_context());
|
||||
|
||||
loop.run();
|
||||
}
|
||||
stdout.puts ("Call MainLoop.run ():\n");
|
||||
|
||||
loop.run(); // blocking method
|
||||
|
||||
stdout.puts ("End of main().\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue