Skip to content

Commit 41e150a

Browse files
committed
#43 Fixed a typo. Thanks to @gumanoid
1 parent 3919f61 commit 41e150a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirrorfs/mirrorfs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ int _tmain(int argc, _TCHAR* argv[])
10011001
}
10021002

10031003
PDOKAN_OPTIONS dokanOptions = (PDOKAN_OPTIONS)malloc(sizeof(DOKAN_OPTIONS));
1004-
if (dokanOperations == nullptr)
1004+
if (dokanOptions == nullptr)
10051005
{
10061006
free(dokanOperations);
10071007
return EXIT_FAILURE;

0 commit comments

Comments
 (0)