- Partial revert of 42973 for the systeminfo utility -- the issue was fixed in 42930
[reactos.git] / rosapps / applications / sysutils / systeminfo / systeminfo.c
index fac6e5f..d641c20 100644 (file)
@@ -356,9 +356,9 @@ AllSysInfo(VOID)
 
 /* Main program */
 int
-main(int argc,char *argv[])
+main(int argc, char *argv[])
 {
-       if (argc > 1 && argv[1] == "/?")
+       if (argc > 1 && !strcmp(argv[1], "/?"))
        {
                Usage();
                return 0;