From: miha-q <> Date: Mon, 12 Feb 2024 02:18:11 +0000 (-0500) Subject: Sun Feb 11 09:18:11 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=6c0cae18b1417c7acccbb40514726c5a149408bd;p=QAnsel.git Sun Feb 11 09:18:11 PM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index dcd889e..95d0cfc 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -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; }