From 6c0cae18b1417c7acccbb40514726c5a149408bd Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sun, 11 Feb 2024 21:18:11 -0500 Subject: [PATCH] Sun Feb 11 09:18:11 PM EST 2024 --- src/QAnsel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5