Skip to content

Commit b29873b

Browse files
committed
v 1.4.4
Update kdubase.h
1 parent 3f8d114 commit b29873b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Shared/kdubase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* VERSION: 1.44
88
*
9-
* DATE: 10 Jul 2025
9+
* DATE: 19 Aug 2025
1010
*
1111
* Base KDU definitions.
1212
*
@@ -59,7 +59,7 @@ typedef struct _KDU_DB_ENTRY {
5959
};
6060
};
6161
ULONG SupportedShellFlags;
62-
LPWSTR Desciption;
62+
LPWSTR Description;
6363
LPWSTR DriverName; //only file name, e.g. PROCEXP
6464
union {
6565
LPWSTR DeviceName; //device name, e.g. PROCEXP152

0 commit comments

Comments
 (0)