sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit cac400a40bf032d0ba29f28d91a633f9938451d5
parent 0f715470328cbb5be77f95c7e209ce6bace2ef19
Author: emersion <contact@emersion.fr>
Date:   Tue,  5 Jun 2018 23:59:52 +0100

Merge pull request #2107 from tobiasblass/remove_suspicious_return

Remove suspicious unconditional return
Diffstat:
Msway/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sway/main.c b/sway/main.c @@ -160,7 +160,6 @@ static void log_distro() { } static void log_kernel() { - return; FILE *f = popen("uname -a", "r"); if (!f) { wlr_log(L_INFO, "Unable to determine kernel version");