diff --git a/reactos/sdk/tools/utf16le/utf16le.cpp b/reactos/sdk/tools/utf16le/utf16le.cpp index 9b736178050..bc06d7c5769 100644 --- a/reactos/sdk/tools/utf16le/utf16le.cpp +++ b/reactos/sdk/tools/utf16le/utf16le.cpp @@ -279,7 +279,7 @@ int main(int argc, char* argv[]) utf_converter::bom_types bom_type = utf_converter::bom; - if (argc == 4 && stricmp(argv[3], "nobom") == 0) + if (argc == 4 && strcasecmp(argv[3], "nobom") == 0) { bom_type = utf_converter::nobom; }