Add newline at the end of the files.
This commit is contained in:
+1
-1
@@ -205,4 +205,4 @@ char *fgets(char *buf, int n, int fd)
|
||||
if (p == buf || c == EOF)
|
||||
return NULL;
|
||||
return (p);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user