Przeglądaj źródła

Fix comment typo.

Martijn Laan 11 miesięcy temu
rodzic
commit
358c00b746

+ 1 - 1
Projects/Src/Compression.SevenZipDecoder/7zDecode/IS7zDec.c

@@ -64,7 +64,7 @@ int _WideCharToMultiByte(UINT CodePage, DWORD dwFlags, LPCWCH lpWideCharStr, int
 
 
 #endif
 #endif
 
 
-/* Stop 7-Zip from using fputs from stdio.c: first include stdio.h and then hide the
+/* Stop 7-Zip from using fputs from stdio.h: first include stdio.h and then hide the
    real fputs 7-Zip wants to use with a macro pointing to a renamed prototype. This will
    real fputs 7-Zip wants to use with a macro pointing to a renamed prototype. This will
    enable us to log 7-Zip output from a cdecl implementation in Delphi and keeps the
    enable us to log 7-Zip output from a cdecl implementation in Delphi and keeps the
    rest of stdio.h available to 7-Zip.*/
    rest of stdio.h available to 7-Zip.*/