diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-01-15 03:27:16 -0200 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-01-15 03:27:16 -0200 |
commit | 7a0d16ef0a103bcb25fa8a20322685f017aaf5a3 (patch) | |
tree | c69a58c975f7375e376f7edb8006ac7a58f1baf3 /hw/kdrive/ephyr/ephyrdriext.c | |
parent | 315d6a2b1d2a3de308e98d548afe780c59a784fc (diff) |
Removed some warnings.
Diffstat (limited to 'hw/kdrive/ephyr/ephyrdriext.c')
-rw-r--r-- | hw/kdrive/ephyr/ephyrdriext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/ephyrdriext.c b/hw/kdrive/ephyr/ephyrdriext.c index b6be47f5e..1b9dce5c8 100644 --- a/hw/kdrive/ephyr/ephyrdriext.c +++ b/hw/kdrive/ephyr/ephyrdriext.c @@ -206,7 +206,7 @@ ephyrDRIScreenInit (ScreenPtr a_screen) a_screen->ClipNotify = ephyrDRIClipNotify ; is_ok = TRUE ; -out: + return is_ok ; } |