diff options
Diffstat (limited to 'util-linux/fbset.c')
-rw-r--r-- | util-linux/fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 1aa0a0ac1..7ae010163 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -61,7 +61,7 @@ enum { | |||
61 | #endif | 61 | #endif |
62 | }; | 62 | }; |
63 | 63 | ||
64 | static unsigned int g_options = 0; | 64 | static unsigned g_options; |
65 | 65 | ||
66 | /* Stuff stolen from the kernel's fb.h */ | 66 | /* Stuff stolen from the kernel's fb.h */ |
67 | #define FB_ACTIVATE_ALL 64 | 67 | #define FB_ACTIVATE_ALL 64 |