diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2008-07-03 09:08:01 +0200 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2008-07-03 09:08:01 +0200 |
commit | 062d85062061199f2326982e27d54955a4ad76dc (patch) | |
tree | 5ae6363ec05d17644ee005a97950eb64aebfd8b9 /shared-core | |
parent | d5ca5c9cd379438ac303598677f3789adc3687b1 (diff) |
nv50: s/FALSE/false && s/TRUE/true
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/nouveau_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_mem.c b/shared-core/nouveau_mem.c index 425cebe2..861d699f 100644 --- a/shared-core/nouveau_mem.c +++ b/shared-core/nouveau_mem.c @@ -743,7 +743,7 @@ void nouveau_mem_free(struct drm_device* dev, struct mem_block* block) crtc->fb->block = NULL; if (!crtc->blanked) - crtc->blank(crtc, TRUE); + crtc->blank(crtc, true); } if (crtc->cursor->block == block) { |