diff options
Diffstat (limited to 'miext/shadow/shrotate.c')
-rw-r--r-- | miext/shadow/shrotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/shadow/shrotate.c b/miext/shadow/shrotate.c index 47ead25b7..620559e69 100644 --- a/miext/shadow/shrotate.c +++ b/miext/shadow/shrotate.c @@ -305,6 +305,6 @@ shadowUpdateRotatePacked (ScreenPtr pScreen, } } -shadowUpdateProc *shadowUpdateRotatePackedWeak(void) { +shadowUpdateProc shadowUpdateRotatePackedWeak(void) { return shadowUpdateRotatePacked; } |