summaryrefslogtreecommitdiffhomepage
path: root/Private/DriverKit/KernelString.h
diff options
context:
space:
mode:
Diffstat (limited to 'Private/DriverKit/KernelString.h')
-rw-r--r--Private/DriverKit/KernelString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/DriverKit/KernelString.h b/Private/DriverKit/KernelString.h
index 8e189d26..6536ba83 100644
--- a/Private/DriverKit/KernelString.h
+++ b/Private/DriverKit/KernelString.h
@@ -13,4 +13,4 @@
/// @brief DriverKit equivalent of POSIX's string.h.
DK_EXTERN size_t kernelStringLength(const char* str);
-DK_EXTERN int kernelStringCopy(char* dst, const char* src, size_t len);
+DK_EXTERN int kernelStringCopy(char* dst, const char* src, size_t len);