mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix: typo
This commit is contained in:
parent
1d96d57b75
commit
812a7a9861
@ -49,7 +49,7 @@ void waybar::modules::Custom::continuousWorker()
|
|||||||
pclose(fp);
|
pclose(fp);
|
||||||
thread_.stop();
|
thread_.stop();
|
||||||
output_ = { 1, "" };
|
output_ = { 1, "" };
|
||||||
std::cerr << name_ " just stopped, is it endless?" << std::endl;
|
std::cerr << name_ + " just stopped, is it endless?" << std::endl;
|
||||||
dp.emit();
|
dp.emit();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user