Skip to content

Commit aea489a

Browse files
committed
Fix bug in module_dir_iterator_next()
1 parent b632c22 commit aea489a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deemon/execute/modpath-directory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ module_dir_iterator_next(struct module_dir_iterator *__restrict self) {
341341
(void)FindClose(self->mdi_data.mdid_find.hFind);
342342
self->mdi_data.mdid_find.hFind = INVALID_HANDLE_VALUE;
343343
DBG_ALIGNMENT_ENABLE();
344-
return ITER_DONE;
345344
}
345+
return ITER_DONE;
346346
#endif /* DeeModule_GetDirectory_USE_FindFirstFileExW */
347347

348348
#ifdef DeeModule_GetDirectory_USE_opendir

0 commit comments

Comments
 (0)