Code cleanup

This commit is contained in:
Pierre Pronchery 2007-06-18 03:19:08 +00:00
parent a65a1a5d5c
commit bd748050e2

View File

@ -97,7 +97,7 @@ static int _rm_do_recursive(Prefs * prefs, char * file)
{ {
DIR * dir; DIR * dir;
struct dirent * de; struct dirent * de;
int len = strlen(file) + 2; size_t len = strlen(file) + 2;
char * path; char * path;
char * p; char * p;