summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/ephyrdriext.c
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2008-01-15 03:27:16 -0200
committerTiago Vignatti <vignatti@c3sl.ufpr.br>2008-01-15 03:27:16 -0200
commit7a0d16ef0a103bcb25fa8a20322685f017aaf5a3 (patch)
treec69a58c975f7375e376f7edb8006ac7a58f1baf3 /hw/kdrive/ephyr/ephyrdriext.c
parent315d6a2b1d2a3de308e98d548afe780c59a784fc (diff)
Removed some warnings.
Diffstat (limited to 'hw/kdrive/ephyr/ephyrdriext.c')
-rw-r--r--hw/kdrive/ephyr/ephyrdriext.c2
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 ;
}