Fix tiny bug.
This commit is contained in:
parent
50c4272544
commit
ab49ea9657
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue