Skip to content

Commit 95936b8

Browse files
walbourn_cpwalbourn_cp
walbourn_cp
authored and
walbourn_cp
committed
texconv: minor code review feedback
1 parent d6976ed commit 95936b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Texconv/texconv.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,14 +769,14 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
769769
if (swscanf_s(pValue, L"%f", &alphaWeight) != 1)
770770
{
771771
wprintf( L"Invalid value specified with -aw (%s)\n", pValue);
772-
printf("\n");
772+
wprintf( L"\n");
773773
PrintUsage();
774774
return 1;
775775
}
776776
else if ( alphaWeight < 0.f )
777777
{
778778
wprintf( L"-aw (%s) parameter must be positive\n", pValue);
779-
printf("\n");
779+
wprintf( L"\n");
780780
return 1;
781781
}
782782
break;

0 commit comments

Comments
 (0)