diff options
Diffstat (limited to 'src/LYStructs.h')
-rw-r--r-- | src/LYStructs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYStructs.h b/src/LYStructs.h index 31b8afe5..2471c59c 100644 --- a/src/LYStructs.h +++ b/src/LYStructs.h @@ -34,7 +34,7 @@ typedef struct _document { int line; BOOL internal_link; /* whether doc was reached via an internal (fragment) link. - kw */ -#ifdef USE_HASH +#ifdef USE_COLOR_STYLE char * style; #endif } document; |