Skip to content

Commit 6b55d35

Browse files
[Fix #1] Breakline removed
1 parent f3d8a0e commit 6b55d35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buff_funs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
void print_buff(char *buff, int size)
88
{
99
write(1, buff, size);
10-
write(1, "\n", 1);
1110
free(buff);
1211
}

0 commit comments

Comments
 (0)