--- rxvt-unicode/src/scrollbar-rxvt.C 2006/02/20 22:42:01 1.29 +++ rxvt-unicode/src/scrollbar-rxvt.C 2007/11/15 11:36:15 1.31 @@ -187,7 +187,7 @@ { int xofs; - if (OPTION (Opt_scrollBar_right)) + if (option (Opt_scrollBar_right)) xofs = 0; else xofs = sbshadow ? sbwidth : sbwidth - 1; @@ -214,6 +214,6 @@ return 1; } -#endif /* RXVT_SCROLLBAR */ +#endif /* RXVT_SCROLLBAR */ /*----------------------- end-of-file (C source) -----------------------*/