This commit is contained in:
Your Name 2025-06-01 22:09:05 +03:00
parent 497aaec9fe
commit 3be9df7610

View file

@ -43,7 +43,6 @@ struct d_node {
/* For free */
char *full_name;
struct d_node *next;
struct stat stats;
};