diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-10-17 19:25:45 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-10-17 19:25:45 +0100 |
commit | f6c49cecc18df02579473095818935e8271fbfbc (patch) | |
tree | c41787de20debca17f2676be2704146d68205cca /proc.c | |
parent | 7ba845297fd60c784ecff248b27db109750211bf (diff) | |
download | rtmux-f6c49cecc18df02579473095818935e8271fbfbc.tar.gz rtmux-f6c49cecc18df02579473095818935e8271fbfbc.tar.bz2 rtmux-f6c49cecc18df02579473095818935e8271fbfbc.zip |
One extra empty line not in OpenBSD, and tweak a #define style.
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -190,7 +190,6 @@ proc_start(const char *name, struct event_base *base, int forkflag, } log_open(name); - setproctitle("%s (%s)", name, socket_path); if (uname(&u) < 0) |