summaryrefslogtreecommitdiffstats
path: root/att.c
diff options
context:
space:
mode:
Diffstat (limited to 'att.c')
-rw-r--r--att.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/att.c b/att.c
index 05320d74..3113f9c9 100644
--- a/att.c
+++ b/att.c
@@ -26,11 +26,12 @@
#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);
}