diff options
Diffstat (limited to 'src/include/draw.h')
-rw-r--r-- | src/include/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/draw.h b/src/include/draw.h index 0a6baba..387ced3 100644 --- a/src/include/draw.h +++ b/src/include/draw.h @@ -6,7 +6,7 @@ #define BUF_LEN 1024 extern int g_hover; -extern int e_hover; +extern int *e_hover; extern struct group **g; extern struct entry **e; |