https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3a14c97d0c7004a0d72a1f7e0b0b418587d1b26d

commit 3a14c97d0c7004a0d72a1f7e0b0b418587d1b26d
Author:     Jérôme Gardou <[email protected]>
AuthorDate: Thu Mar 25 11:52:22 2021 +0100
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Thu Mar 25 11:54:49 2021 +0100

    [LIBCNTPR] Fix a typo
    
    There is no console to display to.
---
 sdk/lib/crt/libcntpr.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/lib/crt/libcntpr.cmake b/sdk/lib/crt/libcntpr.cmake
index e91db0896cc..2ffb192219d 100644
--- a/sdk/lib/crt/libcntpr.cmake
+++ b/sdk/lib/crt/libcntpr.cmake
@@ -12,7 +12,7 @@ list(APPEND LIBCNTPR_SOURCE
     misc/fltused.c
     printf/_snprintf.c
     printf/_snwprintf.c
-    printf/_vcprintf.c
+    printf/_vscprintf.c
     printf/_vscwprintf.c
     printf/_vsnprintf.c
     printf/_vsnwprintf.c

Reply via email to