Skip to content
Snippets Groups Projects
Commit a1ab1bbc authored by Byron Lathi's avatar Byron Lathi
Browse files

add newline to path warning

parent 4c90024f
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ uint32_t ext2_parse_path_to_inode_num(int8_t* filename)
* slashes */
if (*filename != '/') {
printf("Please start paths with \'/\'");
printf("Please start paths with \'/\'\n");
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment