]> git.cameronkatri.com Git - mandoc.git/blobdiff - att.c
Use the freshly improved roff_getname() function
[mandoc.git] / att.c
diff --git a/att.c b/att.c
index 3790ab9e1f291059962f41592a25a554f3ebb2fd..059639af37aac573911f0d049f0ba34316ca1b5a 100644 (file)
--- a/att.c
+++ b/att.c
@@ -1,4 +1,4 @@
-/*     $Id: att.c,v 1.10 2014/03/23 11:25:25 schwarze Exp $ */
+/*     $Id: att.c,v 1.11 2014/04/20 16:46:04 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
 #define LINE(x, y) \
        if (0 == strcmp(p, x)) return(y);
 
+
 const char *
 mdoc_a2att(const char *p)
 {
 
-#include "att.in" 
+#include "att.in"
 
        return(NULL);
 }