Fix tiny bug.

This commit is contained in:
Holger Vogt 2025-12-27 15:33:29 +01:00
parent 50c4272544
commit ab49ea9657
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ void com_optran(wordlist* wl) {
/* optran deselected by setting opstepsize to 0 */
if (opstepsize == 0) {
nooptran = TRUE;
fprintf(stdout, "Note: Optran is deselected");
fprintf(stdout, "Note: Optran is deselected.\n");
}
dataset = TRUE;