aboutsummaryrefslogtreecommitdiff
path: root/fbset.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbset.c')
-rw-r--r--fbset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbset.c b/fbset.c
index 6b6b84c04..3f36a7011 100644
--- a/fbset.c
+++ b/fbset.c
@@ -140,7 +140,7 @@ struct cmdoptions_t {
140static int readmode(struct fb_var_screeninfo *base, const char *fn, 140static 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;