diff options
Diffstat (limited to 'arch.c')
-rw-r--r-- | arch.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,11 +26,12 @@ #define LINE(x, y) \ if (0 == strcmp(p, x)) return(y); + const char * mdoc_a2arch(const char *p) { -#include "arch.in" +#include "arch.in" return(NULL); } |