Fix comment about linked lists

This commit is contained in:
Palanix 2024-04-06 20:58:31 +02:00
parent 7b11d5735f
commit 2b9849a9c5
No known key found for this signature in database
GPG key ID: 439CD6BD9905FAC5

2
ccc.c
View file

@ -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)