the -S option also falls under ifndef NOCROSS
This commit is contained in:
parent
b4aaa8824e
commit
30867cf631
1 changed files with 1 additions and 1 deletions
|
@ -291,10 +291,10 @@ next_option: /* to allow combined one-char options */
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif NOCROSS
|
|
||||||
case 'S':
|
case 'S':
|
||||||
density = txt2int(&text);
|
density = txt2int(&text);
|
||||||
break;
|
break;
|
||||||
|
#endif NOCROSS
|
||||||
#endif LINT
|
#endif LINT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue