diff options
Diffstat (limited to 'fb/fbcmap.c')
-rw-r--r-- | fb/fbcmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbcmap.c b/fb/fbcmap.c index 02b72683d..3251a4caa 100644 --- a/fb/fbcmap.c +++ b/fb/fbcmap.c @@ -48,7 +48,7 @@ fbListInstalledColormaps(ScreenPtr pScreen, Colormap *pmaps) /* By the time we are processing requests, we can guarantee that there * is always a colormap installed */ *pmaps = GetInstalledColormap(pScreen)->mid; - return (1); + return 1; } |