]> git.cameronkatri.com Git - mandoc.git/blobdiff - tbl_opts.c
Remove the ENDBODY_NOSPACE flag, simplifying the code.
[mandoc.git] / tbl_opts.c
index c012a3c885454bece69a06a76dec01e839e08a76..f2f5942ae64c3e064253c8bd6a687cc01979fedc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: tbl_opts.c,v 1.20 2015/01/28 17:32:07 schwarze Exp $ */
+/*     $Id: tbl_opts.c,v 1.21 2015/09/26 00:54:04 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -99,7 +99,6 @@ arg(struct tbl_node *tbl, int ln, const char *p, int *pos, int key)
                break;
        default:
                abort();
-               /* NOTREACHED */
        }
 
        if (len == 0)