typo, sorry
authorschwarze <schwarze@openbsd.org>
Sun, 17 Aug 2014 22:08:53 +0000 (22:08 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 17 Aug 2014 22:08:53 +0000 (22:08 +0000)
usr.bin/mandoc/term_ascii.c

index e112462..0ee4430 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: term_ascii.c,v 1.19 2014/08/17 22:06:49 schwarze Exp $ */
+/*     $Id: term_ascii.c,v 1.20 2014/08/17 22:08:53 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -243,7 +243,7 @@ ascii_hspan(const struct termp *p, const struct roffsu *su)
        case SCALE_EM:
                r = su->scale;
                break;
-       case default:
+       default:
                abort();
                /* NOTREACHED */
        }