AK: Make the return type of dbgputstr consistent.

This commit is contained in:
asynts 2020-10-04 17:42:31 +02:00 committed by Andreas Kling
commit 59e7ffa86d
Notes: sideshowbarker 2024-07-19 02:04:12 +09:00
5 changed files with 9 additions and 6 deletions

View file

@ -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);
};