From 31f8381e1efc207e7c02bdea0a47c819e9810c3f Mon Sep 17 00:00:00 2001 From: Liryna Date: Mon, 12 Apr 2021 12:25:45 +0200 Subject: [PATCH] Doc - remove extra line --- dokan/dokan.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dokan/dokan.h b/dokan/dokan.h index c1b8f5b6..068be852 100644 --- a/dokan/dokan.h +++ b/dokan/dokan.h @@ -395,7 +395,6 @@ typedef struct _DOKAN_OPERATIONS { * Same as \ref DOKAN_OPERATIONS.FindFiles but with a search pattern.\n * The search pattern is a Windows MS-DOS-style expression. * It can contain wild cards and extended characters or none of them. See \ref DokanIsNameInExpression. - * * * \param PathName Path requested by the Kernel on the FileSystem. * \param SearchPattern Search pattern.