diff --git a/main.c b/main.c index 59c411a..593e1c1 100644 --- a/main.c +++ b/main.c @@ -70,10 +70,10 @@ typedef struct { } extcmd_t; struct { - extcmd_t f; - int fd; - unsigned int i, lastsep; - pid_t pid; + extcmd_t f; + int fd; + unsigned int i, lastsep; + pid_t pid; } info; struct {