diff options
Diffstat (limited to 'fbset.c')
-rw-r--r-- | fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ struct cmdoptions_t { | |||
140 | static int readmode(struct fb_var_screeninfo *base, const char *fn, | 140 | static int readmode(struct fb_var_screeninfo *base, const char *fn, |
141 | const char *mode) | 141 | const char *mode) |
142 | { | 142 | { |
143 | #ifdef BB_FBSET_READMODE | 143 | #ifdef BB_FEATURE_FBSET_READMODE |
144 | FILE *f; | 144 | FILE *f; |
145 | char buf[256]; | 145 | char buf[256]; |
146 | char *p = buf; | 146 | char *p = buf; |