mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:48:14 +00:00
AK: Make the return type of dbgputstr consistent.
This commit is contained in:
parent
4cf3a1eb41
commit
59e7ffa86d
5 changed files with 9 additions and 6 deletions
|
@ -193,6 +193,8 @@ int main(int argc, char** argv)
|
|||
|
||||
new_tab.load(url);
|
||||
|
||||
dbgln("Added new tab {:p}, loading {}", &new_tab, url);
|
||||
|
||||
if (activate)
|
||||
tab_widget.set_active_widget(&new_tab);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue