diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index e7a730b..f8f8e6c 100644 --- a/include/main.h +++ b/include/main.h @@ -3,7 +3,7 @@ #include "hash.h" extern _TableauVariable variables; -extern char mute; +extern char *mute; #endif |