diff options
Diffstat (limited to 'mi/micmap.c')
-rw-r--r-- | mi/micmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/micmap.c b/mi/micmap.c index 3effe6c76..8d76f4df7 100644 --- a/mi/micmap.c +++ b/mi/micmap.c @@ -47,7 +47,7 @@ miListInstalledColormaps(ScreenPtr pScreen, Colormap *pmaps) { if (GetInstalledmiColormap(pScreen)) { *pmaps = GetInstalledmiColormap(pScreen)->mid; - return (1); + return 1; } return 0; } |