1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[style] shorter

This commit is contained in:
Witold Filipczyk 2024-04-11 08:07:48 +02:00
parent 605f2d8ddb
commit 1489e4002a

View File

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