diff options
Diffstat (limited to 'term_ascii.c')
-rw-r--r-- | term_ascii.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/term_ascii.c b/term_ascii.c index 3517b341..81fc4beb 100644 --- a/term_ascii.c +++ b/term_ascii.c @@ -48,8 +48,7 @@ ascii_alloc(char *outopts) const char *toks[2]; char *v; - if (NULL == (p = term_alloc(TERMENC_ASCII))) - return(NULL); + p = term_alloc(TERMENC_ASCII); p->tabwidth = 5; p->defrmargin = 78; |