Fix comment about linked lists
This commit is contained in:
parent
7b11d5735f
commit
2b9849a9c5
1 changed files with 1 additions and 1 deletions
2
ccc.c
2
ccc.c
|
@ -513,7 +513,7 @@ void mkdir_p(const char *destdir)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Read the provided directory and add all files in directory to linked list
|
* Read the provided directory and add all files in directory to an Arraylist
|
||||||
* ftype: normal files = 0, marked = 1, marking ALL = 2
|
* ftype: normal files = 0, marked = 1, marking ALL = 2
|
||||||
*/
|
*/
|
||||||
void populate_files(const char *path, int ftype)
|
void populate_files(const char *path, int ftype)
|
||||||
|
|
Loading…
Reference in a new issue