mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[style] shorter
This commit is contained in:
parent
605f2d8ddb
commit
1489e4002a
@ -525,9 +525,7 @@ init_interlink(void)
|
||||
|
||||
if (get_opt_bool("ui.sessions.fork_on_start", NULL)) {
|
||||
|
||||
pid_t pid;
|
||||
|
||||
pid = fork();
|
||||
pid_t pid = fork();
|
||||
|
||||
if (pid == -1) return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user