diff options
Diffstat (limited to 'bk_whlp.c')
| -rw-r--r-- | bk_whlp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * Windows Help backend for Buttress + * Windows Help backend for Halibut * * TODO: * - allow user to specify section contexts. @@ -9,7 +9,7 @@ #include <stdlib.h> #include <assert.h> -#include "buttress.h" +#include "halibut.h" #include "winhelp.h" struct bk_whlp_state { |