summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2012-09-05 10:41:51 +1000
committerDave Airlie <airlied@gmail.com>2012-09-05 10:41:51 +1000
commit7fe16dd037ac688726869816888bd77fe4356f8e (patch)
tree69e05a4a76759ade341f733bd6a4f0e6c03596f1 /src/radeon.h
parentcdc985e9190ce54dc6274ebc0e87ab954b15bb0d (diff)
radeon: fix typo in glamor paths
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54519 Reported-By: scaty@dcinformatique.com Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h
index b0676d40..eb46db29 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -637,7 +637,7 @@ static inline Bool radeon_get_pixmap_shared(PixmapPtr pPix)
if (info->use_glamor) {
ErrorF("glamor sharing todo\n");
- return FALSE:
+ return FALSE;
} else
#endif
{