diff options
Diffstat (limited to 'bk_text.c')
| -rw-r--r-- | bk_text.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ /* - * text backend for Buttress + * text backend for Halibut */ #include <stdio.h> #include <stdlib.h> #include <assert.h> -#include "buttress.h" +#include "halibut.h" typedef enum { LEFT, LEFTPLUS, CENTRE } alignment; typedef struct { |