]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Feb 11 09:18:11 PM EST 2024
authormiha-q <>
Mon, 12 Feb 2024 02:18:11 +0000 (21:18 -0500)
committermiha-q <>
Mon, 12 Feb 2024 02:18:11 +0000 (21:18 -0500)
src/QAnsel.c

index dcd889e8677d964e740891900a875159d16b5020..95d0cfc3c68d04d330af73caa9b94e3ac6cb901e 100644 (file)
@@ -1170,13 +1170,13 @@ void process(int argc, char** argv)
                {
                        if (i != linesLen - 1)
                        {
-                               fprintf(stderr, "QAnsel: Sampling should be performed at the end of the program.");
+                               fprintf(stderr, "QAnsel: Sampling should be performed at the end of the program;");
                                errFound = 1;
                                break;
                        }
                        if (bitCount == 0xFF)
                        {
-                               fprintf(stderr, "QAnsel: Sampling cannot be used without initializing classical bits.");
+                               fprintf(stderr, "QAnsel: Sampling cannot be used without initializing classical bits");
                                errFound = 1;
                                break;
                        }