summaryrefslogtreecommitdiff
path: root/bk_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'bk_text.c')
-rw-r--r--bk_text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bk_text.c b/bk_text.c
index 18a6af7..1583cbd 100644
--- a/bk_text.c
+++ b/bk_text.c
@@ -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 {