[winpr,timezone] remove struct from struct DIR

fix #10176
This commit is contained in:
akallabeth 2024-05-12 20:19:13 +02:00
parent a86ca848d5
commit 15fc460c6f
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static void iterate_subdir_recursive(const char* base, const char* bname, const
if (!path)
return;
struct DIR* d = opendir(path);
DIR* d = opendir(path);
if (d)
{
struct dirent* dp = NULL;