indentation

This commit is contained in:
Omar Polo 2021-06-12 12:35:15 +00:00
parent ab1e0169b9
commit e18b070da8
1 changed files with 1 additions and 1 deletions

2
fcgi.c
View File

@ -165,7 +165,7 @@ fcgi_begin_request(int sock, int id)
r.body.role0 = FCGI_RESPONDER;
r.body.flags = FCGI_KEEP_CONN;
if (write(sock, &r, sizeof(r)) != sizeof(r))
if (write(sock, &r, sizeof(r)) != sizeof(r))
return -1;
return 0;
}