mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +00:00
[LIBCNTPR] Fix a typo
There is no console to display to.
This commit is contained in:
parent
49639c7759
commit
3a14c97d0c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ list(APPEND LIBCNTPR_SOURCE
|
||||||
misc/fltused.c
|
misc/fltused.c
|
||||||
printf/_snprintf.c
|
printf/_snprintf.c
|
||||||
printf/_snwprintf.c
|
printf/_snwprintf.c
|
||||||
printf/_vcprintf.c
|
printf/_vscprintf.c
|
||||||
printf/_vscwprintf.c
|
printf/_vscwprintf.c
|
||||||
printf/_vsnprintf.c
|
printf/_vsnprintf.c
|
||||||
printf/_vsnwprintf.c
|
printf/_vsnwprintf.c
|
||||||
|
|
Loading…
Reference in a new issue