Fix a small bug

This commit is contained in:
Holger Vogt 2025-11-08 17:28:51 +01:00
parent 2cfffc5a24
commit a5a4655215
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;