X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fdirent.c;h=67397cf686ed7543f07fa3194a1272876ef2ce9b;hb=5bc2ee09e4dff0f872ce738a5327bced915e3474;hp=3b69285c28b263eaa3ea19029cd0dc49b10d72d7;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;p=yaz-moved-to-github.git diff --git a/src/dirent.c b/src/dirent.c index 3b69285..67397cf 100644 --- a/src/dirent.c +++ b/src/dirent.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. */ -/** \file +/** \file \brief Implement opendir/readdir/closedir on Windows */ @@ -40,7 +40,7 @@ DIR *opendir(const char *name) dd->handle = FindFirstFile(fullName, &dd->find_data); return dd; } - + struct dirent *readdir(DIR *dd) { if (dd->handle == INVALID_HANDLE_VALUE)