separate functions by 1 line

pull/373/head
Guilherme Janczak 2021-03-17 02:04:41 +00:00
parent 918855deed
commit ef165ee7ea
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ again:
goto again;
}
}
static int readmsg(int fd, struct at_msg *msg) {
int ret = tryread(fd, msg, sizeof(msg->h));
if(ret != 1) return ret;