aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-08-13 18:47:34 +0000
committerkraxel <kraxel>2006-08-13 18:47:34 +0000
commit1a6826559a5ef384e62d9447bd1a7014805e7d08 (patch)
tree13accaf07341cd80d6c07f1f2786d44298ae18b0 /fbiconfig.h
parentc183d2c562148a5418849d3222a2c940f3f1102a (diff)
downloadfbida-1a6826559a5ef384e62d9447bd1a7014805e7d08.tar.gz
tyops
Diffstat (limited to 'fbiconfig.h')
-rw-r--r--fbiconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbiconfig.h b/fbiconfig.h
index 73b3d55..3abdb6d 100644
--- a/fbiconfig.h
+++ b/fbiconfig.h
@@ -56,7 +56,7 @@
#define GET_READ_AHEAD() cfg_get_bool(O_READ_AHEAD, 0)
#define GET_CACHE_MEM() cfg_get_int(O_CACHE_MEM, 256)
-#define GET_BLEND_MSECS() cfg_get_int(O_BLEND_MSECS, 0)
+#define GET_BLEND_MSECS() cfg_get_int(O_BLEND_MSECS, 0)
#define GET_VT() cfg_get_int(O_VT, 0)
#define GET_SCROLL() cfg_get_int(O_SCROLL, 50)
#define GET_TIMEOUT() cfg_get_int(O_TIMEOUT, 0)