From: James S. <jsi...@us...> - 2002-05-01 18:07:57
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/video In directory usw-pr-cvs1:/tmp/cvs-serv3020/linux/drivers/video Modified Files: fbcmap.c Log Message: Synced against 2.5.11 Index: fbcmap.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/fbcmap.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- fbcmap.c 25 Nov 2001 05:14:14 -0000 1.10 +++ fbcmap.c 1 May 2002 18:07:50 -0000 1.11 @@ -295,7 +295,7 @@ blue++; if (transp) transp++; - if (info->fbops->fb_setcolreg(start++,hred,hgreen,hblue,htransp,info)) + if (info->fbops->fb_setcolreg(start++, hred, hgreen, hblue, htransp, info)) return 0; } return 0; |