Loading cmds/bugreport/bugreport.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,6 @@ int main() { } while (bytes_written != 0 && bytes_to_send > 0); } TEMP_FAILURE_RETRY(close(s)); close(s); return 0; } cmds/dumpstate/utils.c +1 −1 Original line number Diff line number Diff line Loading @@ -306,7 +306,7 @@ static int _dump_file_from_fd(const char *title, const char *path, int fd) { } } } TEMP_FAILURE_RETRY(close(fd)); close(fd); if (!newline) printf("\n"); if (title) printf("\n"); Loading Loading
cmds/bugreport/bugreport.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,6 @@ int main() { } while (bytes_written != 0 && bytes_to_send > 0); } TEMP_FAILURE_RETRY(close(s)); close(s); return 0; }
cmds/dumpstate/utils.c +1 −1 Original line number Diff line number Diff line Loading @@ -306,7 +306,7 @@ static int _dump_file_from_fd(const char *title, const char *path, int fd) { } } } TEMP_FAILURE_RETRY(close(fd)); close(fd); if (!newline) printf("\n"); if (title) printf("\n"); Loading